Skip to content

Commit

Permalink
Automated submodule update: velox
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed Apr 6, 2022
1 parent 7b229cf commit 36001d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/velox/velox
Submodule velox updated 39 files
+1 −1 build/deps/github_hashes/facebook/folly-rev.txt
+6 −0 velox/core/Metaprogramming.h
+9 −1 velox/core/PlanNode.cpp
+16 −1 velox/core/PlanNode.h
+8 −4 velox/exec/CrossJoinBuild.cpp
+4 −0 velox/exec/Driver.cpp
+12 −0 velox/exec/Driver.h
+19 −11 velox/exec/HashBuild.cpp
+12 −8 velox/exec/JoinBridge.cpp
+1 −1 velox/exec/JoinBridge.h
+5 −3 velox/exec/LocalPartition.h
+11 −16 velox/exec/LocalPlanner.cpp
+2 −0 velox/exec/Operator.cpp
+2 −0 velox/exec/Operator.h
+1 −2 velox/exec/PartitionedOutput.h
+7 −14 velox/exec/PartitionedOutputBufferManager.cpp
+3 −6 velox/exec/PartitionedOutputBufferManager.h
+25 −7 velox/exec/PlanNodeStats.cpp
+10 −0 velox/exec/PlanNodeStats.h
+3 −4 velox/exec/Task.cpp
+96 −0 velox/exec/TaskDriverOperatorLifecycle.md
+1 −1 velox/exec/TaskStructs.h
+8 −1 velox/exec/tests/PlanNodeToStringTest.cpp
+3 −2 velox/exec/tests/TableScanTest.cpp
+28 −12 velox/exec/tests/utils/PlanBuilder.cpp
+8 −0 velox/exec/tests/utils/QueryAssertions.cpp
+4 −0 velox/exec/tests/utils/QueryAssertions.h
+2 −50 velox/expression/ComplexViewTypes.h
+3 −3 velox/expression/tests/ArrayViewTest.cpp
+7 −4 velox/functions/prestosql/aggregates/ArrayAggAggregate.cpp
+5 −5 velox/functions/prestosql/aggregates/ChecksumAggregate.cpp
+6 −7 velox/functions/prestosql/aggregates/CountAggregate.cpp
+8 −4 velox/functions/prestosql/aggregates/MapAggAggregate.cpp
+16 −0 velox/functions/prestosql/aggregates/tests/ArrayAggTest.cpp
+40 −11 velox/functions/prestosql/aggregates/tests/ChecksumAggregateTest.cpp
+20 −0 velox/functions/prestosql/aggregates/tests/CountAggregationTest.cpp
+17 −0 velox/functions/prestosql/aggregates/tests/MapAggTest.cpp
+57 −0 velox/type/Type.h
+16 −1 velox/vector/FlatVector.cpp

0 comments on commit 36001d2

Please sign in to comment.