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 737eecded4d [SPARK-41162][SQL] Fix anti- and semi-join for self-join 
with aggregations
     add 3dc881afcfc [SPARK-41791] Add new file source metadata column types

No new revisions were added by this update.

Summary of changes:
 .../catalyst/expressions/namedExpressions.scala    | 95 +++++++++++++++++++---
 .../org/apache/spark/sql/types/StructField.scala   |  4 +
 .../org/apache/spark/sql/types/StructType.scala    |  3 +-
 .../spark/sql/execution/DataSourceScanExec.scala   | 34 ++++----
 .../sql/execution/datasources/FileFormat.scala     |  9 --
 .../execution/datasources/FileSourceStrategy.scala | 68 +++++++++-------
 .../datasources/PartitioningAwareFileIndex.scala   |  3 +-
 .../datasources/FileMetadataStructSuite.scala      | 10 +--
 8 files changed, 145 insertions(+), 81 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to