dengzhhu653 commented on a change in pull request #2910:
URL: https://github.com/apache/hive/pull/2910#discussion_r813896496



##########
File path: 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java
##########
@@ -9768,7 +9767,8 @@ private void writeMPartitionColumnStatistics(Table table, 
Partition partition,
 
       for (ColumnStatisticsObj statsObj : statsObjs) {
         MPartitionColumnStatistics mStatsObj =
-            
StatObjectConverter.convertToMPartitionColumnStatistics(mPartition, statsDesc, 
statsObj, colStats.getEngine());
+            
StatObjectConverter.convertToMPartitionColumnStatistics(mPartition, statsDesc, 
statsObj,
+                colStats.getEngine(), getDefaultCatalog(conf));

Review comment:
       Hi @kgyrtkirk, could you please take another look if have some secs?




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