-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
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.
Reporter: Jim Carroll / @jimfcarroll
Assignee: Jim Carroll / @jimfcarroll
Related issues:
Note: This issue was originally created as PARQUET-157. Please see the migration documentation for further details.