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


##########
hudi-aws/src/main/java/org/apache/hudi/aws/sync/AWSGlueCatalogSyncClient.java:
##########
@@ -497,7 +497,11 @@ && getTable(awsGlue, databaseName, 
tableName).partitionKeys().equals(partitionKe
           .tableInput(updatedTableInput)
           .build();
 
-      awsGlue.updateTable(request);
+      try {
+        awsGlue.updateTable(request).get();

Review Comment:
   The updateTable glue operation is pretty fast. So the impact is negligible. 



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