ngsg commented on code in PR #5568:
URL: https://github.com/apache/hive/pull/5568#discussion_r1867406987
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreServerUtils.java:
##########
@@ -1636,6 +1636,9 @@ public static String getPartitionName(Path tablePath,
Path partitionPath, Set<St
public static String getNormalisedPartitionValue(String partitionValue,
String type) {
+ if (partitionValue.equals("__HIVE_DEFAULT_PARTITION__"))
Review Comment:
I have a quick question here. Does the patch solve the issue regardless of
the value of `hive.exec.default.partition.name`? If not, I think it would be
better to retreive the default partition name from `HiveConf` rather than using
`__HIVE_DEFAULT_PARTITION__`.
--
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]