Skip to content

Commit

Permalink
[VL] Daily Update Velox Version (2024-02-02) (#4616)
Browse files Browse the repository at this point in the history
3004e34  Add a blog post for LIKE optimizations (#8576)
f9e9464  Allow offline pre-compilation of 'xsimd' dependency (#8308)
e0cf6e9  Add TraceHistory (#8603)
6399f17  Add TraceContext to various system calls that can block (#8583)
12ed56b  Add ThreadLocalRegistry (#8623)
e9301cb  Update README for dependencies (#8607)
52ccd86  Deprecate spillDiskWrites (#8565)
fc06455  Optimize LIKE for more relaxed patterns (#8594)
790d6bd  Make MultiFragmentTest.partitionedOutputWithLargeInput run faster (#8610)
0579f97  Add InitGoogleTest to ExchangeFuzzer (#8612)
1c40485  Minor fix for typo (#8628)
887b12e  Refactor ParquetData and PageReader to use FileMetaDataPtr (#8525)
92f380b  Eliminate redundant Expr::addNulls calls (#8616)
09d07d3  Fix doc-gen-job so that it has 3 retries before failing. (#7706)
f4c326d  Add flag for registering Presto compatible signatures for Bitwise_*_agg functions (#8491)
eb6b585  Cleanup circleci script (#8618)
37ba7cb  Break up AllTypes.nonSortedSpillFunctions test (#8621)
d66b18f  Change cast(double as json) to pad 0 and use scientific notation (#8498)
a945094  Make DuckDbQueryRunner.createTable flush once after all rows are written instead of after every row (#8611)
3beff35  Optimize copying primitive type vectors (#8617)
fbbeb56  PyVelox implementation for Array Vector (#6100)
280fc86  Add fmt::format_as for SpillStats and MemoryArbitrator::Stats (#8608)
  • Loading branch information
JkSelf authored Feb 2, 2024
1 parent e9bc041 commit 75285bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -exu

VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=2024_02_01
VELOX_BRANCH=2024_02_02
VELOX_HOME=""

#Set on run gluten on HDFS
Expand Down

0 comments on commit 75285bc

Please sign in to comment.