difin commented on code in PR #4348:
URL: https://github.com/apache/hive/pull/4348#discussion_r1212500494
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreServerUtils.java:
##########
@@ -511,12 +513,12 @@ public static void clearQuickStats(Map<String, String>
params) {
params.remove(StatsSetupConst.NUM_ERASURE_CODED_FILES);
}
- public static void updateTableStatsForCreateTable(Warehouse wh, Database db,
Table tbl,
+ public static boolean updateTableStatsForCreateTable(Warehouse wh, Database
db, Table tbl,
Review Comment:
Fixed by using logging appender to capture and check presence of logging
messages
--
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]