wecharyu commented on code in PR #5223:
URL: https://github.com/apache/hive/pull/5223#discussion_r2203425790
##########
ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java:
##########
@@ -4031,6 +4032,29 @@ public List<Partition> dropPartitions(String dbName,
String tableName,
}
}
+ public List<Partition> dropPartitions(String dbName, String tableName,
Review Comment:
Some engines like Spark implement shims for `Hive.java`, It seems better to
expose it here too.
https://github.com/apache/spark/blob/6c6ca1f0b6f43a2034f4d6bcf1af1f07e6b7ccc7/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveShim.scala#L266-L277
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]