Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
-
None
Description
There's a divide by zero in the timing measurement code of InternalParquetRecordReader at line 109 here: https://github.com/apache/incubator-parquet-mr/blob/master/parquet-hadoop/src/main/java/parquet/hadoop/InternalParquetRecordReader.java#L109
totalTime is 0 and there's no check.
Attachments
Issue Links
- causes
-
SPARK-9442 java.lang.ArithmeticException: / by zero when reading Parquet
- Resolved