Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/595#discussion_r81722838 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -104,6 +104,9 @@ public ScanBatch getBatch(FragmentContext context, ParquetRowGroupScan rowGroupS logger.trace("ParquetTrace,Read Footer,{},{},{},{},{},{},{}", "", e.getPath(), "", 0, 0, 0, timeToRead); footers.put(e.getPath(), footer ); } + boolean autoCorrectCorruptDates = rowGroupScan.formatConfig.autoCorrectCorruptDates; --- End diff -- We are going there only to detect corrupt dates according the option in the parquet format config. I add the log message below regarding DateCorruptionStatus and also in other places where we `detectCorruptDates`.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---