Skip to content

Commit

Permalink
[GLUTEN-6887][VL] Daily Update Velox Version (2024_12_20) (#8286)
Browse files Browse the repository at this point in the history
Upstream Velox's New Commits:

b4a7479ca by Jiaqi Zhang, Add task abortion test (11881)
a1adafe92 by PHILO-HE, feat: Add Spark get_json_object function (11691)
c9dee4e84 by zuyu, feat(parquet): Add Int64 Timestamp in reader (11530)
61b0b39ec by lingbin, docs: Fix typo in scalar-functions.rst (11582)
2af045d7f by Deepak Majeti, misc(hdfs): Cleanup header (11585) (11891)
7a3099846 by Jiaqi Zhang, feat: Separate null count and minmax from column stats (11860)
f3585b13f by Wei He, fix(fuzzer): Reduce invalid or unsupported test cases in window fuzzer (11902)
0ee82f395 by Chengcheng Jin, feat: Support compress UnsafeRow and CompactRow (11497)
67e858c78 by Xiaoxuan Meng, fix: Fix columns stats when insert serialized rows (11910)
a82450a39 by Xiaoxuan Meng, feat: Add auto table scan scaling based on memory usage (11879)
3a9089a12 by Pedro Eugenio Rocha Pedreira, fix(table-writer): Allow structs to be written as flat maps (11909)
51a52149a by Bikramjeet Vig, fix: Disable ThreadDebugInfoDeathTest for sanitizers (11907)
46c71b73d by Yenda Li, fix: Use the correct index when doing comparison in custom view (11900)
cf2ba8379 by Xiaoxuan Meng, fix: Fix flaky tsan failure in async data cache (11908)
  • Loading branch information
GlutenPerfBot authored Dec 20, 2024
1 parent 0530292 commit 4e0aab0
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_12_19
VELOX_BRANCH=2024_12_20
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit 4e0aab0

Please sign in to comment.