This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


    from 852997d6ed6 [SPARK-38914][SQL] Allow user to insert specified columns 
into insertable view
     add ee6ea3c6869 [SPARK-38997][SQL] DS V2 aggregate push-down supports 
group by expressions

No new revisions were added by this update.

Summary of changes:
 .../expressions/aggregate/Aggregation.java         |  10 +-
 .../spark/sql/execution/DataSourceScanExec.scala   |   2 +-
 .../datasources/AggregatePushDownUtils.scala       |  23 ++--
 .../execution/datasources/DataSourceStrategy.scala |   7 +-
 .../sql/execution/datasources/orc/OrcUtils.scala   |   2 +-
 .../datasources/parquet/ParquetUtils.scala         |   2 +-
 .../datasources/v2/V2ScanRelationPushDown.scala    |  23 ++--
 .../datasources/v2/jdbc/JDBCScanBuilder.scala      |  27 ++---
 .../sql/execution/datasources/v2/orc/OrcScan.scala |   2 +-
 .../datasources/v2/parquet/ParquetScan.scala       |   2 +-
 .../org/apache/spark/sql/jdbc/JDBCV2Suite.scala    | 120 ++++++++++++++++-----
 11 files changed, 151 insertions(+), 69 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to