yigress commented on PR #5560:
URL: https://github.com/apache/hive/pull/5560#issuecomment-2501993561

   thanks @ngsg for the review. I changed CreateTableLikeOperation, 
AbstractAddPartitionAnalyzer  and the loadPartition to all use null so that 
they don't set column stats state at the time of the call. for loadPartition 
the actual column stats is updated later. for CreateTableLikeOperation & 
AbstractAddPartitionAnalyzer the call conditions are those new objects should 
not have column stats so setting state true is wrong. stats computation are 
done by statswork and not triggered with parsing the COLUMN_STATS_ACCURATE 
string. 


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

Reply via email to