ramitg254 commented on code in PR #6259:
URL: https://github.com/apache/hive/pull/6259#discussion_r2720055246
##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/info/desc/DescTableAnalyzer.java:
##########
@@ -102,7 +103,7 @@ public void analyzeInternal(ASTNode root) throws
SemanticException {
inputs.add(new ReadEntity(table));
- DescTableDesc desc = new DescTableDesc(ctx.getResFile(), tableName,
partitionSpec, columnPath, isExt, isFormatted);
+ DescTableDesc desc = new DescTableDesc(ctx.getResFile(), tableName,
partitionSpec, partition, columnPath, isExt, isFormatted);
Review Comment:
yes dropped from constructor but kept getPartitionSpec in DescTableDesc.java
as required for explain desc
--
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]