deniskuzZ commented on code in PR #6259:
URL: https://github.com/apache/hive/pull/6259#discussion_r2694422746
##########
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:
@ramitg254, consider joining with Table.hasNonNativePartitionSupport
--
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]