deepakpanda93 commented on code in PR #18707:
URL: https://github.com/apache/hudi/pull/18707#discussion_r3265963868


##########
hudi-aws/src/main/java/org/apache/hudi/aws/sync/AWSGlueCatalogSyncClient.java:
##########
@@ -532,6 +533,21 @@ && getTable(awsGlue, databaseName, 
tableName).partitionKeys().equals(partitionKe
     }
   }
 
+  @Override
+  public void updateHoodieWriterVersion(String tableName) {

Review Comment:
   Thanks for the review @rahil-c. Added two tests in `TestAWSGlueSyncClient`:
   
   - `testUpdateHoodieWriterVersion` — verifies the writer-version parameter 
(`HoodieVersion.HOODIE_WRITER_VERSION` → `HoodieVersion.get()`) is sent on the 
`UpdateTableRequest` to Glue.
   - `testUpdateHoodieWriterVersionThrowsGlueException` — verifies failures 
from the underlying SDK call get wrapped in `HoodieGlueSyncException` with 
`tableName` and the writer version in the message.
   



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