wecharyu commented on PR #5223: URL: https://github.com/apache/hive/pull/5223#issuecomment-3052217168
@zhangbutao @dengzhhu653 @deniskuzZ could you take a look again on this PR? The HMS rest API `drop_partitions_req` supports both partition `names` and `expressions`: ```bash union RequestPartsSpec { 1: list<string> names; 2: list<DropPartitionsExpr> exprs; } ``` But the current client implementation only exposes methods that accept partition `expressions`, I think it's necessary to add support for specifying partition `names` on client side as well. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org