This is an automated email from the ASF dual-hosted git repository.
rui pushed a change to branch data_col
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
discard f66897c54d Use column names
add 7431a9c5aa [GLUTEN-9163][VL][FOLLOWUP] Fix segfault triggered by
fixed-width inputs (#9766)
add 0e1637ecdf [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250529)
(#9787)
add 7afe8d318a [GLUTEN-9774][VL] Fix AWS, GCS and etc. storge backend
builds (#9786)
add fac063117c [GLUTEN-9779][VL] Remove redundant GetTimestamp (#9782)
add be858e5e7f [FLINK] Add a basic CI job for flink module(#9778)
add 289475cb9d [GLUTEN-6887][VL] Daily Update Velox Version (2025_05_29)
(#9788)
add 2850e6b43d [FLINK] Fix flink CI (#9797)
new d73a7f4b32 Use column names
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 (f66897c54d)
\
N -- N -- N refs/heads/data_col (d73a7f4b32)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/{check_license.yml => flink.yml} | 35 +++---
.../gluten/backendsapi/velox/VeloxRuleApi.scala | 2 +
.../functions/DateFunctionsValidateSuite.scala | 30 +++++
cpp-ch/clickhouse.version | 4 +-
cpp-ch/local-engine/tests/gtest_write_pipeline.cpp | 10 +-
cpp/velox/shuffle/VeloxSortShuffleWriter.cc | 2 +-
cpp/velox/tests/VeloxShuffleWriterTest.cc | 136 +++++++++++----------
dev/builddeps-veloxbe.sh | 7 +-
gluten-flink/docs/Flink.md | 3 +-
gluten-flink/patches/fix-velox4j.patch | 49 ++++++++
.../apache/gluten/rexnode/RexNodeConverter.java | 3 +-
....scala => EliminateRedundantGetTimestamp.scala} | 27 ++--
12 files changed, 203 insertions(+), 105 deletions(-)
copy .github/workflows/{check_license.yml => flink.yml} (51%)
create mode 100644 gluten-flink/patches/fix-velox4j.patch
copy
gluten-substrait/src/main/scala/org/apache/gluten/extension/columnar/{CollectTailTransformerRule.scala
=> EliminateRedundantGetTimestamp.scala} (60%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]