Skip to content

Commit

Permalink
[VL] Daily Update Velox Version (2024_02_22) (#4739)
Browse files Browse the repository at this point in the history
51007ea Fix implicit fallthrough in switch statement (#8816)
cd383ce Add background profiler (#8771)
032358e Encode the minimum necessary values from a dictionary in PrestoSerializer (#8639)
07ece26 Fix AlignedStlAllocator for large allocations (#8814)
d0a5586 Remove abfs dependency install from circleci (#8751)
44b148b Fix flakiness in partitionedOutputWithLargeInput (#8761)
721fab3 Add lexer for Zstrong (#8762)
4afbd66 Check negative sizes for ByteInputStream functions (#8770)
  • Loading branch information
GlutenPerfBot authored Feb 23, 2024
1 parent bff3e59 commit 25223aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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_21
VELOX_BRANCH=2024_02_22
VELOX_HOME=""

#Set on run gluten on HDFS
Expand Down
4 changes: 2 additions & 2 deletions ep/build-velox/src/modify_velox.patch
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ index 2fce354e3..64cfcb2ab 100644
add_test(velox_process_test velox_process_test)

target_link_libraries(velox_process_test PRIVATE velox_process fmt::fmt gtest
- gtest_main)
+ gtest_main glog::glog gflags::gflags)
- velox_time gtest_main)
+ velox_time gtest_main glog::glog gflags::gflags)
diff --git a/velox/connectors/hive/storage_adapters/abfs/RegisterAbfsFileSystem.cpp b/velox/connectors/hive/storage_adapters/abfs/RegisterAbfsFileSystem.cpp
index e2a638df6..e383cf205 100644
--- a/velox/connectors/hive/storage_adapters/abfs/RegisterAbfsFileSystem.cpp
Expand Down

0 comments on commit 25223aa

Please sign in to comment.