cloud-fan commented on PR #36377: URL: https://github.com/apache/spark/pull/36377#issuecomment-1131603731
It seems like this also impacts Spark. First of all, Spark will read hive Table stats and turn them into Spark's own stats, see https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveClientImpl.scala#L539 Secondly, Spark also read Hive partition stats, see https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/PruneHiveTablePartitions.scala#L68 I'm reverting it. @AngersZhuuuu can you think of a different fix? -- 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]
