Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
3.0.1
-
None
Description
`spark.sql.statistics.size.autoUpdate.enabled` is only work for table stats update.But for partition stats,I can only update it with `ANALYZE TABLE tablename PARTITION(part) COMPUTE STATISTICS`.So is Spark SQL able to auto update partition stats like hive by setting hive.stats.autogather=true?
Attachments
Issue Links
- relates to
-
SPARK-38573 Support Auto Partition Statistics Collection
- Resolved