This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 9bc47b7c48 [GLUTEN-6887][VL] Daily Update Velox Version (2024_10_17)
(#7566)
9bc47b7c48 is described below
commit 9bc47b7c4813441221e7090331cd19929755760b
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu Oct 17 08:56:31 2024 +0800
[GLUTEN-6887][VL] Daily Update Velox Version (2024_10_17) (#7566)
Upstream Velox's New Commits:
de1b2ae84 by Richard Barnes, Remove unused-variable in
velox/dwio/dwrf/reader/SelectiveStringDictionaryColumnReader.cpp (11274)
4f7e57021 by Richard Barnes, Fix shadowed variable in
velox/common/file/FileInputStream.cpp (11275)
5a5bf8eb2 by Xiaoxuan Meng, Fix dwrf r/w registration for memory fuzzer
test (11268)
028ec1a7d by Richard Barnes, Remove unused-variable in
velox/common/memory/MemoryAllocator.cpp (11251)
47a932857 by Amit Dutta, Throw array_normalize when registered with int
types to match Presto java behavior. (11263)
19da84535 by Daniel Hunte, Final clean up of DateTimeStampFunctionsTest.cpp
(11266)
a30eca654 by mwish, Fix typo in HashBuild operator (11234)
7ed22fe25 by lingbin, Fix formating of code block in vectors.rst (11163)
---------
Signed-off-by: glutenperfbot <[email protected]>
Signed-off-by: Yuan Zhou <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Yuan Zhou <[email protected]>
---
.github/workflows/check_license.yml | 2 +-
ep/build-velox/src/get_velox.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/check_license.yml
b/.github/workflows/check_license.yml
index 60aa73ec93..338397dbd6 100644
--- a/.github/workflows/check_license.yml
+++ b/.github/workflows/check_license.yml
@@ -29,6 +29,6 @@ jobs:
- name: Check License Header
run: |
git fetch --recurse-submodules=no origin main
${{github.event.pull_request.base.sha}}
- pip install regex --break-system-packages
+ pip install regex
cd $GITHUB_WORKSPACE/
./.github/workflows/util/check.sh
${{github.event.pull_request.base.sha}}
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index a65e22ceb9..5455f01fd9 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,7 +17,7 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2024_10_16
+VELOX_BRANCH=2024_10_17
VELOX_HOME=""
OS=`uname -s`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]