Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
Description
Currently , when we try to convert an excel with records more than 100,000,000 record type, it throws error and doesnt convert the file to csv format.
This can be fixed by adding the below line before reading the excel in the code.
IOUtils.setByteArrayMaxOverride(2147483647);
The value hardcoded is the max length of int array above which we cant handle for now.
Attachments
Attachments
Issue Links
- is a clone of
-
FLINK-10684 Improve the CSV reading process
- Open