This is an automated email from the ASF dual-hosted git repository.
rui 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 f5231501bc [GLUTEN-6887][VL] Daily Update Velox Version (2025_12_22)
(#11323)
f5231501bc is described below
commit f5231501bcdcd1c86c93227adfe5c54531d20938
Author: Yuan <[email protected]>
AuthorDate: Tue Dec 23 10:25:07 2025 +0800
[GLUTEN-6887][VL] Daily Update Velox Version (2025_12_22) (#11323)
Upstream Velox's New Commits:
```
d6b6de2d37 by Christian Zentgraf, fix(ci): Clang-tidy does not find
compile-commands.json (#15572)
832bcee135 by Masha Basmanova, fix: TypeCoercer::leastCommonSuperType(MAP,
ROW) should be null (#15838)
bbe1d1d9f8 by Natasha Sehgal, feat: Update SfmSketch scalar functions to
use query memory pool (#15834)
a886644e93 by Jimmy Lu, feat: Dynamic Bloom filter pushdown from hash probe
(#15752)
f993598ad2 by Patrick Sullivan, fix: remove zero-area polygon checks
(#15833)
b21fcbe67d by Pedro Eugenio Rocha Pedreira, perf(functions): Remove
unecessary string copies in parse_presto_data_size() (#15832)
d43494402c by Pedro Eugenio Rocha Pedreira, perf(utf8): Remove unnecessary
string allocations (#15827)
208636a0f5 by Pratik Pugalia, feat: Add biased NULL pattern generation to
VectorFuzzer (#15798)
84b2f34abf by Masha Basmanova, feat: Add coercion for generic types (#15823)
5664493e14 by Masha Basmanova, fix: Check type constraints when binding
homogeneous row (#15822)
a5bcef4eac by Peter Enescu, build: Enable GEO by default (#15815)
59178cd28c by Pramod Satya, docs: Fix CompareFlags documentation (#15706)
4f7ea08b33 by Masha Basmanova, feat: Add coercion for complex types (#15818)
db03190056 by Masha Basmanova, feat: Add coercions for variable arity
arguments (#15816)
```
Signed-off-by: Yuan <[email protected]>
---
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 1488bcb908..67f8e35325 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,7 +18,7 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=dft-2025_12_18
+VELOX_BRANCH=dft-2025_12_22
VELOX_ENHANCED_BRANCH=ibm-2025_12_17
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]