Skip to content

Commit

Permalink
[VL] Daily Update Velox Version (2024-01-23) (#4488)
Browse files Browse the repository at this point in the history
d9f0f17 Remove static from anonymous namespace in HiveDataSink.cpp (8466)
228745f Collect the information about long operator calls on task (8474)
f98fc99 Back out "Scatter struct nulls when deserializing Presto wire format" (8463)
43bad4e Change spill to use iobuf API of WriteFile (8473)
f0be156 Rename max_arbitrary_buffer_size (part 1) (8472)
3f617ee Add TableScan::curStatus_ to track down where TableScan is stuck. (8457)
d747ac3 Fix min/max(x, n) (8311)
ce18fe4 Test side-effect-free of Aggregate::extractXxx (8399)
9397755 Use Status as return type for rescaleWithRoundUp (8465)
0b2b073 Fix json_parse for large number (8455)
6f6c1a8 Skip empty row groups in parquet reader (8000)
713a66a Fix flaky test `DecimalUtilTest.divideWithRoundUp` (8380)
5e56843 Remove gtest dependency for velox_dwio_common_compression (8433)
3777dfc Enhance empty file handling (8459)
0d71afa Remove unused TTo template parameter from CastBaseTest::testThrow (8464)
e38603a Add aggregations over distinct inputs to AggregationFuzzer (8328)
  • Loading branch information
rui-mo authored Jan 24, 2024
1 parent 0565124 commit c865466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ macro(ADD_VELOX_DEPENDENCIES)
endif()
add_velox_dependency(common::compression "${VELOX_COMPONENTS_PATH}/common/compression/libvelox_common_compression.a")
add_velox_dependency(common::io "${VELOX_COMPONENTS_PATH}/common/io/libvelox_common_io.a")
add_velox_dependency(velox::status "${VELOX_COMPONENTS_PATH}/common/base/libvelox_status.a")
add_velox_dependency(external::simdjson "${VELOX_BUILD_PATH}/_deps/simdjson-build/libsimdjson.a")
endmacro()

Expand Down
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_01_22
VELOX_BRANCH=2024_01_23
VELOX_HOME=""

#Set on run gluten on HDFS
Expand Down

0 comments on commit c865466

Please sign in to comment.