rbalamohan opened a new pull request #1967: URL: https://github.com/apache/hive/pull/1967
https://issues.apache.org/jira/browse/HIVE-24764 insert overwrite on a partition resets row count stats in other partitions ### What changes were proposed in this pull request? FSStatsAggregator::aggregateStats should return the value when the partitions are present in its statslist. Otherwise, it should return empty or null value. This would prevent stats from being overwritten in BasicStatsTask::updateStats for other partitions during 'insert overwrite' operation. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
