This is an automated email from the ASF dual-hosted git repository.
marong 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 414d82e459 [GLUTEN-6887][VL] Daily Update Velox Version (2025_05_22)
(#9723)
414d82e459 is described below
commit 414d82e459c91d1cdfeea358a62ed60da95c5f3a
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu May 22 12:39:02 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_05_22) (#9723)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_05_22)
Upstream Velox's New Commits:
96be9898b by Pedro Eugenio Rocha Pedreira, feat(python): Install signal
handler for stack traces (#13421)
17a1b3898 by Pedro Eugenio Rocha Pedreira, feat(python): Add API for saving
and restoring vectors (#13420)
9f6e63bde by Jimmy Lu, fix: Avoid decompress data when estimate row size
(#13365)
6b8e1d457 by Haiping Xue, misc: Remove storage parameters in velox open
source code base (#13409)
02d8a5551 by Yi Cheng Lee, refactor: Rename isParallelizable to
testingIsParallelizable (#13425)
062362669 by Pedro Eugenio Rocha Pedreira, test(python): Enhance arrow
conversion tests (#13410)
24e453746 by Tanay Bhartia, feat: Support max length option in printing
plan summary (#13324)
5bda8de81 by Xiao Du, feat(fuzzer): Add Fuzzer Test for
fb_datelist_string_merge (#13407)
db4ab5c44 by Peter Enescu, fix: Increase abbreviation length for
DateTimeFormatter maxLength function (#13412)
fc0e9be5a by alileclerc, docs: Update nvidia links, page title on
velox-lib.io (#13405)
93d0ff080 by Jacob Wujciak-Jens, build(ci): Fix broken yaml syntax in
benchmark workflow (#13415)
Signed-off-by: GlutenPerfBot <[email protected]>
* fix hive split api
Signed-off-by: Yuan <[email protected]>
* Revert "fix hive split api"
This reverts commit 49606c7e0bb1bf5d84d097afe8d26f017273488b.
* fix hive split api
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]>
---
cpp/velox/compute/WholeStageResultIterator.cc | 1 -
ep/build-velox/src/get_velox.sh | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/cpp/velox/compute/WholeStageResultIterator.cc
b/cpp/velox/compute/WholeStageResultIterator.cc
index 57f2f8af1d..717902e2ef 100644
--- a/cpp/velox/compute/WholeStageResultIterator.cc
+++ b/cpp/velox/compute/WholeStageResultIterator.cc
@@ -155,7 +155,6 @@ WholeStageResultIterator::WholeStageResultIterator(
std::unordered_map<std::string, std::string>(),
nullptr,
std::unordered_map<std::string, std::string>(),
- std::unordered_map<std::string, std::string>(),
0,
true,
metadataColumn,
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index cce5eed08d..8e3ca63c12 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_21
+VELOX_BRANCH=2025_05_22
VELOX_HOME=""
OS=`uname -s`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]