leesf commented on a change in pull request #4291:
URL: https://github.com/apache/hudi/pull/4291#discussion_r767475329
##########
File path:
hudi-sync/hudi-dla-sync/src/main/java/org/apache/hudi/dla/HoodieDLAClient.java
##########
@@ -287,6 +287,11 @@ public void updatePartitionsToTable(String tableName,
List<String> changedPartit
}
}
+ @Override
+ public void dropPartitionsToTable(String tableName, List<String>
partitionsToDelete) {
+ throw new UnsupportedOperationException("Not support
dropPartitionsToTables yet.");
Review comment:
`dropPartitionsToTable`
--
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]