harsh1231 commented on a change in pull request #4405:
URL: https://github.com/apache/hudi/pull/4405#discussion_r773587211
##########
File path:
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/HMSDDLExecutor.java
##########
@@ -219,6 +219,7 @@ public void updatePartitionsToTable(String tableName,
List<String> changedPartit
sd.setLocation(fullPartitionPath);
return new Partition(partitionValues, syncConfig.databaseName,
tableName, 0, 0, sd, null);
}).collect(Collectors.toList());
+ System.out.println("total partitions " + partitionList.size());
Review comment:
Will move this to draft PR , it was created for initial collaboration,
need more changes to fix some failing 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]