ramitg254 commented on code in PR #6259:
URL: https://github.com/apache/hive/pull/6259#discussion_r2689369651
##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/info/desc/DescTableAnalyzer.java:
##########
@@ -188,4 +190,20 @@ private Map<String, String> getPartitionSpec(Hive db,
ASTNode node, TableName ta
}
return null;
}
+
+ private Partition getPartition(Table tab, Map<String, String> partitionSpec)
throws HiveException {
Review Comment:
Thanks for checking it, moved out this logic from `DescTableOperation.java`
and `DescTableAnalyzer.java` to `HiveIcebergStorageHandler.java`
https://github.com/apache/hive/pull/6259/changes#diff-93864ecf035fe51b92185015da842a56837cea89064813de39c278c6f8fed03cR2079
please take a look
--
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]