This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git.
from 7b6e1d5 [SPARK-25557][SQL] Nested column predicate pushdown for ORC add 5b8444a [SPARK-32564][SQL][TEST] Inject data statistics to simulate plan generation on actual TPCDS data No new revisions were added by this update. Summary of changes: .../org/apache/spark/sql/TPCDSQuerySuite.scala | 10 +- .../scala/org/apache/spark/sql/TPCDSSchema.scala | 6 + .../org/apache/spark/sql/TPCDSTableStats.scala | 503 +++++++++++++++++++++ 3 files changed, 517 insertions(+), 2 deletions(-) create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/TPCDSTableStats.scala --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org