deniskuzZ commented on code in PR #4744:
URL: https://github.com/apache/hive/pull/4744#discussion_r1430079455


##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/info/desc/DescTableOperation.java:
##########
@@ -217,9 +216,7 @@ private void getColumnDataColPathSpecified(Table table, 
Partition part, List<Fie
       }
     } else {
       List<String> partitions = new ArrayList<String>();
-      // The partition name is converted to lowercase before generating the 
stats. So we should use the same
-      // lower case name to get the stats.
-      String partName = HMSHandler.lowerCaseConvertPartName(part.getName());
+      String partName = part.getName();

Review Comment:
   disregard the above comment, looks like you have already removed 
`lowerCasePartNames` in that PR. In That case, do we need to keep 
`HMSHandler#lowerCaseConvertPartName`?



-- 
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]

Reply via email to