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 c3e3d436bc [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_14) 
(#10177)
c3e3d436bc is described below

commit c3e3d436bc76e6091eb6a21f809f8df536e50f8a
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Mon Jul 14 21:23:50 2025 +0100

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_14) (#10177)
    
    Upstream Velox's New Commits:
    23ed65984 by Zhiying Liang, feat: Implement Metadata for TpchConnector 
(#14077)
    61fc2841f by Yi Cheng Lee, feat: Support ROW Type in TextWriter (#14064)
    af6cf11bc by Xiao Du, misc(fuzzer): Add more debug Info in 
comparePartitionAndBucket Function (#14088)
    a878df7f2 by Xiao Du, feat: Implement quantile_at_value(QDigest) function 
(#13872)
    90259dded by Eric Jia, feat: Add Read path oom injection to 
TableEvolutionFuzzer (#14086)
    ca2430468 by Masha Basmanova, refactor: Delete velox/type/TypeParser.h 
(#14081)
    307a0a105 by James Gill, refactor: Fix misspelled variable name (#14075)
    f9f7ddc76 by Patrick Sullivan, feat: Implement ST_GeometryN, 
ST_InteriorRingN (#13974)
    4af3f2daa by Patrick Sullivan, feat: Implement ST_StartPoint, ST_EndPoint 
(#13968)
    3b2b10dfa by Xiao Du, feat: Add quantileAtValue in QuantileDigest (#13881)
    5a3a7a166 by Yi Cheng Lee, refactor: Rename TextReader namespace (#14079)
    260698993 by Yi Cheng Lee, fix: Prevent readElement from throwing exception 
instead of returning when there is no data vector (#14074)
    437fee08f by Bowen Wu, feat(wave): Create Nimble FormatData in Velox Wave 
(#14071)
    d619e35aa by Bowen Wu, feat(wave): Create Nimble file format in Velox Wave 
(#14070)
    
    Signed-off-by: Linsong Wang <[email protected]>
    Co-authored-by: Linsong Wang <[email protected]>
---
 ep/build-velox/src/get_velox.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 142da597ca..1684a4b8bb 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,11 +17,11 @@
 set -exu
 
 VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_07_11
+VELOX_BRANCH=2025_07_14
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_07_11
+VELOX_ENHANCED_BRANCH=ibm-2025_07_14
 ENABLE_ENHANCED_FEATURES=OFF
 
 # Developer use only for testing Velox PR.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to