Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/877#discussion_r132515388 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/MetadataContext.java --- @@ -41,6 +42,9 @@ private PruneStatus pruneStatus = PruneStatus.NOT_STARTED; + // Setting this value as true allows to avoid double reading of corrupted, unsupported or missing metadata files + public boolean isMetadataFilesMissingOrCorrupted; --- End diff -- Done.
--- 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. ---