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 796bf35078 [GLUTEN-6887][VL] Daily Update Velox Version (2025_05_30)
(#9805)
796bf35078 is described below
commit 796bf3507802e82d35713e9062d1538152b5bd51
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri May 30 07:09:38 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_05_30) (#9805)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_05_30)
Upstream Velox's New Commits:
67410825e by Jacob Khaliqi, build(macos): Fix error numExternalMapped needs
override (#13540)
fb52c476d by James Gill, feat: Implement ST_IsValid and ST_IsSimple (#13524)
2e2d6a872 by aditi-pandit, refactor: Remove deprecated HiveConnectorSplit
constructor (#13468)
1b6ee57a0 by Jialiang Tan, misc: Add external mapped bytes metrics to
common allocator interface (#13531)
14c57d2d6 by Xiao Du, fix: Update corrupted file handling from
GENERIC_INTERNAL_ERROR to USER ERROR (#13509)
95945cad8 by Krishna Pai, fix(geos) Add support for
bing_tile_parent(bing_tile, integer) signature (#13507)
0082b37ee by Jialiang Tan, fix: Remove incorrect check in
ArbitrationParticipant::abortLocked() (#13513)
Signed-off-by: GlutenPerfBot <[email protected]>
* use US mirror
Signed-off-by: Yuan <[email protected]>
---------
Signed-off-by: GlutenPerfBot <[email protected]>
Signed-off-by: Yuan <[email protected]>
Co-authored-by: GlutenPerfBot <[email protected]>
Co-authored-by: Yuan <[email protected]>
---
.github/workflows/velox_backend.yml | 1 +
ep/build-velox/src/get_velox.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/velox_backend.yml
b/.github/workflows/velox_backend.yml
index 920c5aa811..72eca635df 100644
--- a/.github/workflows/velox_backend.yml
+++ b/.github/workflows/velox_backend.yml
@@ -156,6 +156,7 @@ jobs:
path: /root/.m2/repository/org/apache/arrow/
- name: Setup tzdata
run: |
+ sed -i 's|http://archive|http://us.archive|g' /etc/apt/sources.list
if [ "${{ matrix.os }}" = "ubuntu:22.04" ]; then
apt-get update
TZ="Etc/GMT" DEBIAN_FRONTEND=noninteractive apt-get install -y
tzdata
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 44a8af58ba..b7d9563527 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=2025_05_29
+VELOX_BRANCH=2025_05_30
VELOX_HOME=""
OS=`uname -s`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]