yihua commented on code in PR #8929:
URL: https://github.com/apache/hudi/pull/8929#discussion_r1230294848


##########
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:
   Is this based on Presto or Trino connector configuration?  How does it 
enable Athena to use the metadata table for file listing? Could you add docs 
and references here?  



-- 
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]

Reply via email to