Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Automated submodule update: velox
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot authored and wenleix committed Aug 27, 2022
1 parent 2e06b53 commit 6d6af07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/velox/velox
Submodule velox updated 37 files
+1 −1 build/deps/github_hashes/facebook/folly-rev.txt
+12 −2 velox/dwio/common/FormatData.h
+4 −0 velox/dwio/common/SelectiveColumnReader.cpp
+2 −0 velox/dwio/common/SelectiveColumnReader.h
+9 −0 velox/dwio/common/SelectiveStructColumnReader.cpp
+2 −0 velox/dwio/common/SelectiveStructColumnReader.h
+2 −2 velox/dwio/dwrf/reader/DwrfData.cpp
+8 −1 velox/dwio/dwrf/reader/DwrfData.h
+12 −8 velox/dwio/parquet/reader/ParquetData.cpp
+5 −3 velox/dwio/parquet/reader/ParquetData.h
+1 −3 velox/dwio/parquet/reader/ParquetReader.cpp
+5 −3 velox/exec/Driver.h
+43 −11 velox/exec/Exchange.cpp
+12 −0 velox/exec/Exchange.h
+25 −2 velox/exec/HashPartitionFunction.cpp
+42 −0 velox/exec/HashPartitionFunction.h
+8 −4 velox/exec/Merge.cpp
+2 −0 velox/exec/Merge.h
+19 −5 velox/exec/MergeSource.cpp
+4 −1 velox/exec/MergeSource.h
+18 −6 velox/exec/PartitionedOutputBufferManager.cpp
+1 −26 velox/exec/Spiller.h
+88 −5 velox/exec/Task.cpp
+19 −0 velox/exec/Task.h
+1 −0 velox/exec/tests/CMakeLists.txt
+105 −0 velox/exec/tests/HashPartitionFunctionTest.cpp
+229 −1 velox/exec/tests/MultiFragmentTest.cpp
+2 −1 velox/expression/LambdaExpr.cpp
+7 −1 velox/functions/prestosql/FilterFunctions.cpp
+3 −2 velox/functions/prestosql/Reduce.cpp
+12 −1 velox/functions/prestosql/Transform.cpp
+12 −1 velox/functions/prestosql/TransformKeys.cpp
+12 −1 velox/functions/prestosql/TransformValues.cpp
+2 −2 velox/functions/prestosql/tests/FunctionBaseTest.h
+53 −0 velox/functions/prestosql/tests/MapFilterTest.cpp
+3 −0 velox/vector/FunctionVector.h
+59 −0 velox/vector/benchmarks/CopyBenchmark.cpp

0 comments on commit 6d6af07

Please sign in to comment.