leesf commented on a change in pull request #4291:
URL: https://github.com/apache/hudi/pull/4291#discussion_r767437932



##########
File path: 
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/JDBCExecutor.java
##########
@@ -141,6 +142,11 @@ private String getHiveJdbcUrlWithDefaultDBName(String 
jdbcUrl) {
     }
   }
 
+  @Override
+  public void dropPartitionsToTable(String tableName, List<String> 
partitionsToDelete) {
+    throw new UnsupportedOperationException("No support for 
dropPartitionsToTable");

Review comment:
       why not support in jdbc mode?




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to