umehrot2 commented on a change in pull request #2417:
URL: https://github.com/apache/hudi/pull/2417#discussion_r554237778
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java
##########
@@ -39,6 +39,7 @@
// Validate contents of Metadata Table on each access against the actual
filesystem
public static final String METADATA_VALIDATE_PROP = METADATA_PREFIX +
".validate";
public static final boolean DEFAULT_METADATA_VALIDATE = false;
+ public static final boolean DEFAULT_METADATA_ENABLE_FOR_READERS = false;
Review comment:
This is already next to `METADATA_VALIDATE_PROP` for which this is the
default (for readers).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]