Skip to content

Commit 4e0aab0

Browse files
[GLUTEN-6887][VL] Daily Update Velox Version (2024_12_20) (#8286)
Upstream Velox's New Commits: b4a7479 by Jiaqi Zhang, Add task abortion test (11881) a1adafe by PHILO-HE, feat: Add Spark get_json_object function (11691) c9dee4e by zuyu, feat(parquet): Add Int64 Timestamp in reader (11530) 61b0b39 by lingbin, docs: Fix typo in scalar-functions.rst (11582) 2af045d by Deepak Majeti, misc(hdfs): Cleanup header (11585) (11891) 7a30998 by Jiaqi Zhang, feat: Separate null count and minmax from column stats (11860) f3585b1 by Wei He, fix(fuzzer): Reduce invalid or unsupported test cases in window fuzzer (11902) 0ee82f3 by Chengcheng Jin, feat: Support compress UnsafeRow and CompactRow (11497) 67e858c by Xiaoxuan Meng, fix: Fix columns stats when insert serialized rows (11910) a82450a by Xiaoxuan Meng, feat: Add auto table scan scaling based on memory usage (11879) 3a9089a by Pedro Eugenio Rocha Pedreira, fix(table-writer): Allow structs to be written as flat maps (11909) 51a5214 by Bikramjeet Vig, fix: Disable ThreadDebugInfoDeathTest for sanitizers (11907) 46c71b7 by Yenda Li, fix: Use the correct index when doing comparison in custom view (11900) cf2ba83 by Xiaoxuan Meng, fix: Fix flaky tsan failure in async data cache (11908)
1 parent 0530292 commit 4e0aab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ep/build-velox/src/get_velox.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -exu
1818

1919
VELOX_REPO=https://github.com/oap-project/velox.git
20-
VELOX_BRANCH=2024_12_19
20+
VELOX_BRANCH=2024_12_20
2121
VELOX_HOME=""
2222

2323
OS=`uname -s`

0 commit comments

Comments
 (0)