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

jackylee-ch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


    from 3b5fc5a0f3 [GLUTEN-12538][VL] Support cast between DATE and 
TIMESTAMP_NTZ (#12966)
     add a44947e7ec [GLUTEN-12807][CORE] Clean up Spark shims APIs after Spark 
3.3 deprecation (#12954)

No new revisions were added by this update.

Summary of changes:
 .github/skills/ansi-analysis/SKILL.md              |   2 +-
 .github/skills/ansi-analysis/shared.md             |   4 +-
 .../backendsapi/clickhouse/CHIteratorApi.scala     |   3 +-
 .../gluten/backendsapi/clickhouse/CHRuleApi.scala  |   4 -
 .../benchmarks/CHAggAndShuffleBenchmark.scala      |  16 +-
 .../gluten/backendsapi/velox/VeloxBackend.scala    |   5 +-
 .../backendsapi/velox/VeloxIteratorApi.scala       |   3 +-
 .../gluten/backendsapi/velox/VeloxRuleApi.scala    |   3 -
 .../backendsapi/velox/VeloxSparkPlanExecApi.scala  |  19 ++-
 .../gluten/execution/IcebergScanTransformer.scala  |   4 +-
 .../gluten/execution/PaimonScanTransformer.scala   |   4 +-
 .../gluten/execution/ScanTransformerFactory.scala  |   5 +-
 .../gluten/expression/ExpressionConverter.scala    |   9 +-
 .../apache/gluten/expression/ExpressionUtils.scala |  25 ++-
 .../expression/UnaryExpressionTransformer.scala    |   6 +-
 .../columnar/CollectLimitTransformerRule.scala     |   3 +-
 .../columnar/EnsureLocalSortRequirements.scala     |   5 +-
 .../columnar/offload/OffloadSingleNodeRules.scala  |  15 +-
 .../org/apache/gluten/utils/FileMetadataUtil.scala |  67 ++++++++
 .../execution/ColumnarBroadcastExchangeExec.scala  |   5 +-
 .../sql/execution/ColumnarWriteFilesExec.scala     |   3 +-
 .../sql/execution/GenerateTransformStageId.scala   |   3 +-
 .../spark/sql/execution/GlutenImplicits.scala      |   8 +-
 .../spark/softaffinity/SoftAffinitySuite.scala     |  75 ++-------
 .../SoftAffinityWithRDDInfoSuite.scala             |  39 ++---
 .../datasource/GlutenFormatWriterInjects.scala     |   7 -
 .../org/apache/gluten/sql/shims/SparkShims.scala   | 101 +-----------
 .../gluten/sql/shims/spark34/Spark34Shims.scala    | 176 +--------------------
 .../gluten/sql/shims/spark35/Spark35Shims.scala    | 174 +-------------------
 .../gluten/sql/shims/spark40/Spark40Shims.scala    | 174 +-------------------
 .../gluten/sql/shims/spark41/Spark41Shims.scala    | 174 +-------------------
 31 files changed, 192 insertions(+), 949 deletions(-)
 create mode 100644 
gluten-substrait/src/main/scala/org/apache/gluten/utils/FileMetadataUtil.scala


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

Reply via email to