This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/actions/upload-artifact-7
in repository https://gitbox.apache.org/repos/asf/gluten.git
omit b09df22637 Bump actions/upload-artifact from 4 to 7
add cb97e825ba [GLUTEN-12412][VL] Add AlmaLinux 8 vcpkg static build CI
image (#12757)
add af7b9dd156 [VL] feat(iceberg): Add V3 initial value reads (#12537)
add e9c943e244 [GLUTEN-12597][CORE] Migrate Substrait type system to 0.98
temporal types (#12650)
add 0ee63b2e54 [GLUTEN-12597][CORE] Migrate nested loop joins from
CrossRel to NestedLoopJoinRel (Substrait 0.98) (#12700)
add 2305085178 [GLUTEN-12597][CORE] Migrate FetchRel offset/count to
expressions (Substrait 0.98) (#12704)
add 5eca564841 [GLUTEN-12597][CORE] Migrate AggregateRel.Grouping to
expression references (Substrait 0.98) (#12724)
add 0e35f95dc8 [GLUTEN-12597][CORE] Migrate WindowRel to
ConsistentPartitionWindowRel + BoundsType (Substrait 0.98) (#12727)
add d93ac7418f [GLUTEN-12597][CORE] Migrate TopNRel to Expression count +
FetchMode (Substrait 0.98) (#12728)
add 9665cde7e2 [GLUTEN-12597][CORE] Migrate WriteRel to Substrait 0.98
(relocate bucket_spec; add create_mode/advanced_extension) (#12746)
add 0dfa1cdc5e Bump actions/upload-artifact from 4 to 7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b09df22637)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/upload-artifact-7 (0dfa1cdc5e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/docker_image.yml | 93 +++++++++
.../gluten/vectorized/StorageJoinBuilder.java | 2 +-
.../covar_samp-covar_pop-final-agg-stage.json | 25 +--
.../covar_samp-covar_pop-partial-agg-stage.json | 25 +--
.../substrait-plans/tpcds-q47-wholestage-9.json | 84 ++++-----
.../substrait-plans/tpch-q1-final-agg-stage.json | 25 +--
.../substrait-plans/tpch-q2-in-one-wholestage.json | 26 +--
.../substrait-plans/tpch-q4-shj-stage.json | 13 +-
.../gluten/execution/VeloxIcebergSuite.scala | 50 ++++-
.../apache/gluten/proto/IcebergReadExtension.proto | 24 +++
.../gluten/backendsapi/velox/VeloxBackend.scala | 2 +
.../backendsapi/velox/VeloxTransformerApi.scala | 30 ++-
.../org/apache/gluten/metrics/MetricsUtil.scala | 3 +-
.../local-engine/Builder/SerializedPlanBuilder.cpp | 8 +-
cpp-ch/local-engine/Common/CHUtil.cpp | 8 +-
cpp-ch/local-engine/Common/CHUtil.h | 2 +-
cpp-ch/local-engine/Join/BroadcastJoinBuilder.cpp | 2 +-
.../local-engine/Parser/AggregateFunctionParser.h | 13 +-
.../Parser/RelParsers/AggregateRelParser.cpp | 6 +-
.../Parser/RelParsers/CrossRelParser.cpp | 12 +-
.../Parser/RelParsers/CrossRelParser.h | 6 +-
.../Parser/RelParsers/ExpandRelParser.cpp | 2 +-
.../Parser/RelParsers/FetchRelParser.cpp | 4 +-
.../Parser/RelParsers/SortRelParser.cpp | 2 +-
.../Parser/RelParsers/WindowRelParser.cpp | 54 +++---
.../Parser/RelParsers/WindowRelParser.h | 10 +-
cpp-ch/local-engine/Parser/TypeParser.cpp | 4 +-
.../tests/json/native_write_plan_1_spark33.json | 19 +-
.../data/generic_q1/q1_first_stage_0.json | 36 ++--
cpp/velox/benchmarks/data/plan/q17_joins.json | 19 +-
cpp/velox/compute/VeloxPlanConverter.cc | 9 +-
cpp/velox/compute/iceberg/IcebergPlanConverter.cc | 26 +++
cpp/velox/compute/iceberg/IcebergPlanConverter.h | 11 ++
cpp/velox/substrait/SubstraitParser.cc | 16 +-
cpp/velox/substrait/SubstraitParser.h | 8 +
cpp/velox/substrait/SubstraitToVeloxPlan.cc | 147 ++++++++++-----
cpp/velox/substrait/SubstraitToVeloxPlan.h | 10 +-
.../substrait/SubstraitToVeloxPlanValidator.cc | 104 ++++++----
.../substrait/SubstraitToVeloxPlanValidator.h | 6 +-
cpp/velox/substrait/VeloxToSubstraitPlan.cc | 13 +-
cpp/velox/substrait/VeloxToSubstraitType.cc | 7 +-
cpp/velox/tests/data/q1_first_stage.json | 42 +++--
...elox-buildstatic-centos-8-enhanced-features.sh} | 6 +-
...ld => Dockerfile.almalinux8-gcc13-static-build} | 27 ++-
docs/developers/SubstraitModifications.md | 16 +-
ep/build-velox/src/get-velox.sh | 3 +-
.../apache/gluten/IcebergDefaultValueUtil.java} | 10 +-
...tFileUtil.java => IcebergDefaultValueUtil.java} | 10 +-
.../apache/gluten/IcebergDefaultValueUtil.java} | 10 +-
.../substrait/rel/IcebergLocalFilesBuilder.java | 8 +-
.../substrait/rel/IcebergLocalFilesNode.java | 29 ++-
.../gluten/execution/IcebergScanTransformer.scala | 24 ++-
.../spark/source/GlutenIcebergSourceUtil.scala | 41 +++-
.../rel/IcebergLocalFilesNodeBoundsTest.java | 4 +-
.../substrait/expression/WindowFunctionNode.java | 30 ++-
.../gluten/substrait/rel/AggregateRelNode.java | 15 +-
.../apache/gluten/substrait/rel/FetchRelNode.java | 5 +-
...rossRelNode.java => NestedLoopJoinRelNode.java} | 26 +--
.../apache/gluten/substrait/rel/RelBuilder.java | 14 +-
.../org/apache/gluten/substrait/rel/TopNNode.java | 10 +-
.../apache/gluten/substrait/rel/WindowRelNode.java | 8 +-
.../substrait/type/TimestampNTZTypeNode.java | 6 +-
.../gluten/substrait/type/TimestampTypeNode.java | 6 +-
.../substrait/proto/substrait/algebra.proto | 210 ++++++++++++++++-----
.../resources/substrait/proto/substrait/type.proto | 59 +++---
.../gluten/backendsapi/BackendSettingsApi.scala | 2 +
.../apache/gluten/backendsapi/TransformerApi.scala | 7 +
.../BroadcastNestedLoopJoinExecTransformer.scala | 16 +-
.../CartesianProductExecTransformer.scala | 10 +-
.../org/apache/gluten/execution/JoinUtils.scala | 8 +-
.../apache/gluten/expression/ConverterUtils.scala | 8 +-
.../org/apache/gluten/utils/SubstraitUtil.scala | 14 +-
.../gluten/expression/ConverterUtilsSuite.scala | 67 +++++++
.../gluten/substrait/rel/TopNRelProtoSuite.scala | 70 +++++++
.../gluten/substrait/rel/WriteRelProtoSuite.scala | 104 ++++++++++
.../gluten/utils/AggregateRelProtoSuite.scala | 83 ++++++++
.../apache/gluten/utils/FetchRelProtoSuite.scala | 43 +++++
.../gluten/utils/SubstraitUtilJoinTypeSuite.scala | 77 ++++++++
.../apache/gluten/utils/WindowRelProtoSuite.scala | 96 ++++++++++
79 files changed, 1684 insertions(+), 506 deletions(-)
create mode 100644
backends-velox/src/main/resources/org/apache/gluten/proto/IcebergReadExtension.proto
copy dev/{ci-velox-buildstatic-centos-7-enhanced-features.sh =>
ci-velox-buildstatic-centos-8-enhanced-features.sh} (90%)
copy dev/docker/{Dockerfile.centos8-gcc13-static-build =>
Dockerfile.almalinux8-gcc13-static-build} (65%)
copy
gluten-iceberg/{src-iceberg3/main/java/org/apache/gluten/ContentFileUtil.java
=> src-iceberg10/main/java/org/apache/gluten/IcebergDefaultValueUtil.java} (78%)
copy
gluten-iceberg/src-iceberg3/main/java/org/apache/gluten/{ContentFileUtil.java
=> IcebergDefaultValueUtil.java} (80%)
copy
gluten-iceberg/{src-iceberg3/main/java/org/apache/gluten/ContentFileUtil.java
=> src-iceberg5/main/java/org/apache/gluten/IcebergDefaultValueUtil.java} (80%)
rename
gluten-substrait/src/main/java/org/apache/gluten/substrait/rel/{CrossRelNode.java
=> NestedLoopJoinRelNode.java} (71%)
create mode 100644
gluten-substrait/src/test/scala/org/apache/gluten/expression/ConverterUtilsSuite.scala
create mode 100644
gluten-substrait/src/test/scala/org/apache/gluten/substrait/rel/TopNRelProtoSuite.scala
create mode 100644
gluten-substrait/src/test/scala/org/apache/gluten/substrait/rel/WriteRelProtoSuite.scala
create mode 100644
gluten-substrait/src/test/scala/org/apache/gluten/utils/AggregateRelProtoSuite.scala
create mode 100644
gluten-substrait/src/test/scala/org/apache/gluten/utils/FetchRelProtoSuite.scala
create mode 100644
gluten-substrait/src/test/scala/org/apache/gluten/utils/SubstraitUtilJoinTypeSuite.scala
create mode 100644
gluten-substrait/src/test/scala/org/apache/gluten/utils/WindowRelProtoSuite.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]