nsivabalan commented on code in PR #13615:
URL: https://github.com/apache/hudi/pull/13615#discussion_r2274717157
##########
hudi-spark-datasource/hudi-spark-common/src/test/java/org/apache/hudi/TestHoodieWriterUtils.java:
##########
@@ -43,4 +48,67 @@ void validateTableConfig() throws IOException {
properties.put(HoodieTableConfig.DATABASE_NAME.key(),
"databaseFromCatalog");
Assertions.assertDoesNotThrow(() ->
HoodieWriterUtils.validateTableConfig(sparkSession,
JavaScalaConverters.convertJavaPropertiesToScalaMap(properties), tableConfig));
}
+
+ @Test
Review Comment:
I have reduced to 3 tests.
--
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]