yihua commented on code in PR #8929:
URL: https://github.com/apache/hudi/pull/8929#discussion_r1231270029
##########
hudi-aws/src/main/java/org/apache/hudi/aws/sync/AWSGlueCatalogSyncClient.java:
##########
@@ -89,16 +90,19 @@ public class AWSGlueCatalogSyncClient extends
HoodieSyncClient {
private static final Logger LOG =
LoggerFactory.getLogger(AWSGlueCatalogSyncClient.class);
private static final int MAX_PARTITIONS_PER_REQUEST = 100;
private static final long BATCH_REQUEST_SLEEP_MILLIS = 1000L;
+ private static final String ENABLE_MDT_LISTING =
"hudi.metadata-listing-enabled";
Review Comment:
@parisni Let's add the javadocs here in the code as well.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]