ramitg254 commented on code in PR #6259:
URL: https://github.com/apache/hive/pull/6259#discussion_r2689374609
##########
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 {
+ boolean isIcebergTable = DDLUtils.isIcebergTable(tab);
Review Comment:
Thanks for checking it, tried to make changes more generic to non native
tables instead of iceberg centric 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]