This is an automated email from the ASF dual-hosted git repository.
rui-mo pushed a change to branch ts_ntz_dev
in repository https://gitbox.apache.org/repos/asf/gluten.git
omit 5afbafdf3f [GLUTEN-11622][VL] Use formatted string for TIMESTAMP_NTZ
partition value
omit acbcbe0c7c [GLUTEN-11622][VL] Add basic TIMESTAMP_NTZ type support
(#11939)
add bdaad2a047 [GLUTEN-10511][VL][Delta] Fix wrong result with partition
filters under column mapping (#12240)
add 06e0008bd0 [VL] Fix gflags mode in folly on Centos9 (#12265)
add a69348d37d [GLUTEN-12235][VL] Fix hash shuffle spill ordering when
evicting partition buffers (#12231)
add 3c749e50ff [MINOR] Refactor operator-enable configs and remove dead
code (#12212)
add 3d585dac32 [CORE] Drop 15.0.0-gluten Arrow version rename and depend
on vanilla Apache Arrow (#12244)
add 9202345c23 [GLUTEN-10246][FLINK] Support processing time
window(tumble) for nextmark q12 (#10898)
add 59485e67b1 [GLUTEN-11622][VL] Add basic TIMESTAMP_NTZ type support
(#11939)
add d36e9b0275 [GLUTEN-11622][VL] Use formatted string for TIMESTAMP_NTZ
partition value
add 3a14212779 Fallback TimestampNTZ for CH backend
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 (5afbafdf3f)
\
N -- N -- N refs/heads/ts_ntz_dev (3a14212779)
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/flink.yml | 12 +-
.github/workflows/velox_backend_ansi.yml | 27 ---
.github/workflows/velox_backend_arm.yml | 13 --
.github/workflows/velox_backend_enhanced.yml | 27 ---
.github/workflows/velox_backend_x86.yml | 109 -----------
.../gluten/backendsapi/clickhouse/CHBackend.scala | 2 -
.../extension/FallbackBroadcastHashJoinRules.scala | 2 +-
.../gluten/backendsapi/velox/VeloxBackend.scala | 4 +-
cpp/velox/shuffle/VeloxHashShuffleWriter.cc | 40 ++--
cpp/velox/tests/VeloxShuffleWriterSpillTest.cc | 26 ++-
dev/build-arrow.sh | 17 +-
dev/docker/Dockerfile.centos8-dynamic-build | 1 +
dev/docker/Dockerfile.centos9-dynamic-build | 1 +
docs/Configuration.md | 4 +-
ep/build-velox/src/get-velox.sh | 1 -
gluten-arrow/pom.xml | 10 +-
.../gluten/execution/DeltaScanTransformer.scala | 31 ++-
.../gluten/extension/DeltaPostTransformRules.scala | 90 ++++++---
.../org/apache/gluten/execution/DeltaSuite.scala | 213 +++++++++++++++++++++
gluten-flink/docs/Flink.md | 2 +-
.../stream/StreamExecGlobalWindowAggregate.java | 85 +++-----
.../stream/StreamExecLocalWindowAggregate.java | 5 +-
.../exec/stream/StreamExecWindowAggregate.java | 42 ++--
.../org/apache/gluten/rexnode/WindowUtils.java | 31 ++-
.../gluten/client/OffloadedJobGraphGenerator.java | 10 +-
.../operators/GlutenOneInputOperatorFactory.java | 6 +
.../streaming/api/operators/GlutenOperator.java | 45 +++++
.../runtime/tasks/GlutenOutputCollector.java | 3 -
.../table/runtime/config/VeloxQueryConfig.java | 3 +
.../runtime/operators/GlutenMailboxHolder.java | 27 +--
.../operators/GlutenMailboxOperatorHelper.java | 108 +++++++++++
.../runtime/operators/GlutenOneInputOperator.java | 78 +++++---
...onResource.java => GlutenSessionResources.java} | 41 ++++
.../runtime/operators/GlutenSourceFunction.java | 3 +-
.../runtime/operators/GlutenTwoInputOperator.java | 41 +++-
.../table/runtime/operators/WindowAggOperator.java | 4 +-
.../typeutils/GlutenStatefulRecordSerializer.java | 56 ++----
.../gluten/backendsapi/BackendSettingsApi.scala | 5 +-
.../org/apache/gluten/config/GlutenConfig.scala | 20 +-
.../BroadcastNestedLoopJoinExecTransformer.scala | 6 -
.../gluten/execution/ExpandExecTransformer.scala | 3 -
.../extension/columnar/validator/Validators.scala | 35 +---
pom.xml | 3 -
43 files changed, 828 insertions(+), 464 deletions(-)
copy
gluten-substrait/src/main/java/org/apache/gluten/substrait/rel/SplitInfo.java
=>
gluten-flink/runtime/src/main/java/org/apache/gluten/table/runtime/operators/GlutenMailboxHolder.java
(59%)
create mode 100644
gluten-flink/runtime/src/main/java/org/apache/gluten/table/runtime/operators/GlutenMailboxOperatorHelper.java
rename
gluten-flink/runtime/src/main/java/org/apache/gluten/table/runtime/operators/{GlutenSessionResource.java
=> GlutenSessionResources.java} (67%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]