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

zhouyuan pushed a change to branch 
dependabot/github_actions/actions/upload-artifact-7
in repository https://gitbox.apache.org/repos/asf/gluten.git


    from 04846c18c2 Bump actions/upload-artifact from 4 to 7
     add e1de06fa99 [MINOR][CI] Bump docker action to meet Apache requirement 
(#12824)
     add 3817c1dab2 [GLUTEN-12834][CH] Fix nullable filtering after Expand with 
constant columns (#12818)
     add c7091596f3 [GLUTEN-12742][CORE] Fix protoc DEPENDS so incremental 
builds regenerate proto sources (#12744)
     add 98b3b2b108 [VL] Update Velox metric name (#12835)
     add 38c7b47e0d [MINOR][VL] re-enable the tests on Char/VarChar (#12811)
     add 6b96bc721d [VL] Add function overlay to manage function 
implementations in Gluten (#12817)
     add a1e04d25ef Bump gitpython in /tools/workload/benchmark_velox/analysis 
(#12828)
     add 7731c950c8 Merge branch 'main' into 
dependabot/github_actions/actions/upload-artifact-7

No new revisions were added by this update.

Summary of changes:
 .github/workflows/docker_image.yml                 | 44 ++++++-------
 .../GlutenClickHouseTPCHSaltNullParquetSuite.scala | 76 +++++++++++++++++++++-
 .../org/apache/gluten/metrics/MetricsUtil.scala    |  2 +-
 .../local-engine/Operator/AdvancedExpandStep.cpp   |  2 +-
 cpp-ch/local-engine/Operator/ExpandTransform.cpp   |  2 +-
 .../Parser/RelParsers/ExpandRelParser.cpp          |  7 ++
 cpp/core/CMakeLists.txt                            | 12 ++--
 cpp/velox/CMakeLists.txt                           |  1 +
 .../functions/RegistrationAllFunctions.cc          | 15 ++---
 cpp/velox/operators/functions/overlay/README.md    | 45 +++++++++++++
 .../functions/overlay/RegisterFunctionOverlay.cc   | 45 +++++++++++++
 .../functions/overlay/RegisterFunctionOverlay.h}   | 16 ++---
 .../functions/{Arithmetic.h => overlay/Round.h}    |  3 +
 .../developers/velox-function-development-guide.md | 27 ++++++++
 .../gluten/utils/velox/VeloxTestSettings.scala     |  4 --
 .../gluten/utils/velox/VeloxTestSettings.scala     |  8 ---
 .../gluten/utils/velox/VeloxTestSettings.scala     |  8 ---
 .../benchmark_velox/analysis/requirements.txt      |  2 +-
 18 files changed, 246 insertions(+), 73 deletions(-)
 create mode 100644 cpp/velox/operators/functions/overlay/README.md
 create mode 100644 
cpp/velox/operators/functions/overlay/RegisterFunctionOverlay.cc
 copy cpp/{core/compute/ProtobufUtils.h => 
velox/operators/functions/overlay/RegisterFunctionOverlay.h} (64%)
 rename cpp/velox/operators/functions/{Arithmetic.h => overlay/Round.h} (99%)


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

Reply via email to