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 5043234dae [GLUTEN-6887][VL] Daily Update Velox Version (2025_03_28)
(#9161)
5043234dae is described below
commit 5043234dae2570e7a54be45b3bcd03396bb67eda
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Mar 28 21:19:18 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2025_03_28) (#9161)
Upstream Velox's New Commits:
2efc56813 by Pedro Eugenio Rocha Pedreira, feat(parser): Support INTERVAL
YEAR/MONTH (12828)
919c89084 by Chandrashekhar Kumar Singh, feat: Add decimal support in
histogram aggregate (12811)
ef9c7f3ea by Krishna Pai, fix(json): Fix casting of NaN's in json (12825)
e0b37c8f7 by Jacob Khaliqi, refactor(parquet): Use velox parquet reader in
FileDeserializeTest (12799)
e45fc7383 by Kevin Stichter, feat(orc): Adding missing support for reading
orc files (12739)
a35e0266b by Kevin Stichter, feat(orc): Adding ORC functionality into
StripeStream Info (12738)
dbb50f7c9 by Kevin Stichter, feat(orc): Adding StripeFooter Wrapper to for
accessing orc and dwrf StripeFooter (12737)
8b8686869 by David Reveman, feat: Add memory order to breeze atomics (12793)
8d2738f94 by David Reveman, build: Add missing include for uint64_t type
(12790)
207ba6e17 by David Reveman, build: Clang build fix (12791)
c46bb0e71 by Xin Zhang, feat(UUID): Add between function (12634)
76b32354b by zhli1142015, fix: Fix incorrect result from casting double to
decimal (12600)
4246b6604 by Mahadevuni Naveen Kumar, refactor(iceberg): Simplify
positional delete read (12590)
54e1d4613 by Jacob Khaliqi, refactor(parquet): Remove arrow parquet reader
in PageIndexTest (12802)
832999a36 by Xiao Du, feat: Implement map_top_n_values function (12822)
956863d0e by Yuxuan Chen, fix: Fully qualify which operator we are using
(12824)
f28ac88ec by Yenda Li, feat: Add is_private_ip to check if ipaddress is
private (12807)
c6a82cc96 by Pedro Eugenio Rocha Pedreira, feat(python): Generate multiple
files from TPC-H dbgen (12760)
d7c730ca6 by Pedro Eugenio Rocha Pedreira, feat(parser): Support INTERVAL
DAYS (12826)
---
ep/build-velox/src/get_velox.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index d0b807d734..fb90ca3752 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_03_27
+VELOX_BRANCH=2025_03_28
VELOX_HOME=""
OS=`uname -s`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]