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

Reply via email to