parisni commented on code in PR #11670:
URL: https://github.com/apache/hudi/pull/11670#discussion_r1695485346


##########
hudi-aws/src/main/java/org/apache/hudi/aws/sync/AWSGlueCatalogSyncClient.java:
##########
@@ -186,6 +187,7 @@ private List<Partition> getPartitionsSegment(Segment 
segment, String tableName)
         GetPartitionsResponse result = 
awsGlue.getPartitions(GetPartitionsRequest.builder()
             .databaseName(databaseName)
             .tableName(tableName)
+            .excludeColumnSchema(true)

Review Comment:
   less network/processing by skipping retrieve schema for every partitions



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