n3nash commented on issue #2983:
URL: https://github.com/apache/hudi/issues/2983#issuecomment-851717957
@jtmzheng The consistency check is disabled by default
```
private static final String CONSISTENCY_CHECK_ENABLED_PROP =
"hoodie.consistency.check.enabled";
private static final String DEFAULT_CONSISTENCY_CHECK_ENABLED = "false";
```
Please confirm with the EMR team to ensure that the S3 flag can be disabled
for your use-case. Closing this issue since the config is already false.
--
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]