honeyaya commented on code in PR #6347:
URL: https://github.com/apache/hudi/pull/6347#discussion_r958185388
##########
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveSyncConfig.java:
##########
@@ -69,6 +70,7 @@ public static String getBucketSpec(String bucketCols, int
bucketNum) {
public HiveSyncConfig(Properties props) {
super(props);
+ validateParameters();
Review Comment:
agree, deleted check in JDBCExecutor and QueryBasedDDLExecutor.
--
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]