nada-attia commented on code in PR #18064:
URL: https://github.com/apache/hudi/pull/18064#discussion_r2761271684
##########
hudi-sync/hudi-hive-sync/src/test/java/org/apache/hudi/hive/TestHiveSyncTool.java:
##########
@@ -476,6 +487,15 @@ public void testBasicSync(boolean
useSchemaFromCommitMetadata, String syncMode,
assertEquals(9, tablePartitions.size());
}
+ @Test
+ public void testHMSSyncModeDeprecation() throws Exception {
Review Comment:
you are right. deprecation of HMS sync mode was not intended to be part of
this PR. we are not planning on porting this to OSS.
--
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]