This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Commit c70817b
committed
Automated submodule update: velox (#394)
Summary:
This is an automated pull request to update the first-party submodule for [facebookincubator/velox](https://github.com/facebookincubator/velox).
New submodule commit: facebookincubator/velox@1a012cf
Pull Request resolved: #394
Test Plan: Ensure that CI jobs succeed on GitHub before landing.
Reviewed By: wenleix
Differential Revision: D37354396
fbshipit-source-id: ba5ca447e07606b69960a3047802486f0cc69f2a1 parent 25b0c6c commit c70817b
1 file changed
+1
-1
lines changed- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- scripts/setup-macos.sh+1-1
- velox/common/base/AsyncSource.h+8-6
- velox/common/future/VeloxPromise.h+7-6
- velox/dwio/dwrf/reader/SelectiveByteRleColumnReader.h+5
- velox/dwio/dwrf/reader/SelectiveIntegerColumnReader.h+8
- velox/dwio/dwrf/reader/SelectiveIntegerDirectColumnReader.h-1
- velox/dwio/dwrf/test/utils/FilterGenerator.h+5-1
- velox/examples/ScanAndSort.cpp+1-1
- velox/exec/CallbackSink.h-1
- velox/exec/CrossJoinBuild.cpp+1-1
- velox/exec/Driver.cpp+41-11
- velox/exec/Driver.h+26-8
- velox/exec/Exchange.cpp+2-3
- velox/exec/Exchange.h+2-2
- velox/exec/HashBuild.cpp+1-1
- velox/exec/HashProbe.cpp+1-1
- velox/exec/JoinBridge.cpp+1-2
- velox/exec/LocalPartition.cpp+3-3
- velox/exec/LocalPartition.h+1-1
- velox/exec/Merge.cpp+2-2
- velox/exec/MergeSource.cpp+3-3
- velox/exec/PartitionedOutput.h-1
- velox/exec/PartitionedOutputBufferManager.cpp+2-2
- velox/exec/TableScan.cpp+1-2
- velox/exec/Task.cpp+81-14
- velox/exec/Task.h+11
- velox/exec/tests/CustomJoinTest.cpp+1-1
- velox/exec/tests/DriverTest.cpp+9-8
- velox/exec/tests/PartitionedOutputBufferManagerTest.cpp+2-2
- velox/exec/tests/PrintPlanWithStatsTest.cpp-2
- velox/exec/tests/TaskTest.cpp+119-29
- velox/exec/tests/utils/Cursor.cpp+7-7
- velox/exec/tests/utils/Cursor.h+4-5
- velox/expression/ExprToSubfieldFilter.h+6
- velox/type/Filter.cpp+202-15
- velox/type/Filter.h+1-1
- velox/type/tests/FilterTest.cpp+43
0 commit comments