Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.7.0, 1.8.0
-
None
Description
If a parquet file has more than 2^31 rows, the row count written into the file metadata is incorrect.
The cause of the problem is the use of an int instead of long data type for numRows in ParquetMetadataConverter, toParquetMetadata:
int numRows = 0;
for (BlockMetaData block : blocks)
Attachments
Issue Links
- links to