deniskuzZ commented on code in PR #5542: URL: https://github.com/apache/hive/pull/5542#discussion_r2146954867
########## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreServerUtils.java: ########## @@ -1556,7 +1556,8 @@ public static String getPartitionName(Table table, Partition partition) { try { return Warehouse.makePartName(getPartCols(table), partition.getValues()); } catch (MetaException e) { - throw new RuntimeException(e); + throw new RuntimeException("Invalid partition found, location is: " + Review Comment: minor: simply "location: " ? -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org