Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/877#discussion_r133178381
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/MetadataContext.java
---
@@ -41,6 +42,8 @@
private PruneStatus pruneStatus = PruneStatus.NOT_STARTED;
+ private boolean isMetadataCacheCorrupted;
+
public MetadataContext() {
--- End diff --
1. We can remove this constructor, it exists by default or init
`pruneStatus` and `dirModifCheckMap` in it.
2. Please move enum `PruneStatus` in the end of the class
---
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 [email protected] or file a JIRA ticket
with INFRA.
---