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

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


    from f610059f1 [CORE] Rework Gluten + DPP compatibility (#6035)
     add 7132b6d90 [VL] Support Row Index Metadata Column (#5351)

No new revisions were added by this update.

Summary of changes:
 .../backendsapi/clickhouse/CHTransformerApi.scala  |  2 ++
 .../gluten/utils/CHInputPartitionsUtil.scala       |  2 ++
 .../gluten/backendsapi/velox/VeloxBackend.scala    |  2 ++
 .../backendsapi/velox/VeloxTransformerApi.scala    |  2 ++
 cpp/velox/substrait/SubstraitParser.cc             |  3 +++
 .../resources/substrait/proto/substrait/type.proto |  1 +
 .../gluten/backendsapi/BackendSettingsApi.scala    |  2 ++
 .../gluten/backendsapi/SparkPlanExecApi.scala      | 16 +++++++-----
 .../apache/gluten/backendsapi/TransformerApi.scala |  3 ++-
 .../execution/BasicScanExecTransformer.scala       |  3 +++
 .../execution/BatchScanExecTransformer.scala       |  8 ++++++
 .../execution/FileSourceScanExecTransformer.scala  | 12 ++++++++-
 .../apache/gluten/utils/InputPartitionsUtil.scala  |  4 ++-
 .../TestFileSourceScanExecTransformer.scala        |  1 +
 .../TestFileSourceScanExecTransformer.scala        |  1 +
 .../gluten/utils/velox/VeloxTestSettings.scala     |  5 +---
 .../GlutenFileMetadataStructSuite.scala            |  1 +
 .../parquet/GlutenParquetRowIndexSuite.scala       |  4 ---
 .../TestFileSourceScanExecTransformer.scala        |  1 +
 .../gluten/utils/velox/VeloxTestSettings.scala     |  3 ---
 .../GlutenFileMetadataStructSuite.scala            |  3 +--
 .../parquet/GlutenParquetRowIndexSuite.scala       |  2 --
 .../TestFileSourceScanExecTransformer.scala        |  1 +
 .../org/apache/gluten/sql/shims/SparkShims.scala   |  9 +++++--
 .../gluten/sql/shims/spark32/Spark32Shims.scala    |  7 ++++++
 .../gluten/sql/shims/spark33/Spark33Shims.scala    |  7 ++++++
 .../gluten/sql/shims/spark34/Spark34Shims.scala    | 29 +++++++++++++++++++++-
 .../sql/execution/FileSourceScanExecShim.scala     |  7 +-----
 .../datasources/v2/BatchScanExecShim.scala         |  6 +----
 .../gluten/sql/shims/spark35/Spark35Shims.scala    | 29 +++++++++++++++++++---
 .../sql/execution/FileSourceScanExecShim.scala     |  6 +----
 .../datasources/v2/BatchScanExecShim.scala         |  6 +----
 32 files changed, 137 insertions(+), 51 deletions(-)


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

Reply via email to