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 authored and wenleix committed Jul 26, 2022
1 parent ba6aac4 commit 6837d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/velox/velox
Submodule velox updated 30 files
+2 −3 .circleci/config.yml
+5 −2 Makefile
+1 −1 build/deps/github_hashes/facebook/folly-rev.txt
+22 −11 build/fbcode_builder/getdeps/platform.py
+5 −17 velox/common/base/VeloxException.cpp
+0 −2 velox/common/base/VeloxException.h
+19 −69 velox/common/base/tests/ExceptionTest.cpp
+2 −4 velox/common/caching/tests/AsyncDataCacheTest.cpp
+1 −24 velox/dwio/common/tests/LoggedExceptionTest.cpp
+16 −30 velox/examples/ScanAndSort.cpp
+4 −1 velox/exec/Driver.cpp
+2 −2 velox/expression/tests/ExprTest.cpp
+31 −7 velox/expression/tests/ExpressionFuzzer.cpp
+3 −6 velox/expression/tests/ExpressionFuzzer.h
+1 −3 velox/expression/tests/ExpressionFuzzerTest.cpp
+5 −6 velox/expression/tests/FuzzerRunner.h
+1 −3 velox/expression/tests/SparkExpressionFuzzerTest.cpp
+0 −20 velox/flag_definitions/flags.cpp
+5 −3 velox/substrait/SubstraitToVeloxPlan.cpp
+236 −40 velox/substrait/proto/substrait/algebra.proto
+4 −3 velox/substrait/proto/substrait/capabilities.proto
+6 −6 velox/substrait/proto/substrait/extensions/extensions.proto
+8 −6 velox/substrait/proto/substrait/function.proto
+20 −5 velox/substrait/proto/substrait/parameterized_types.proto
+5 −4 velox/substrait/proto/substrait/plan.proto
+39 −4 velox/substrait/proto/substrait/type.proto
+17 −5 velox/substrait/proto/substrait/type_expressions.proto
+2 −2 velox/substrait/tests/Substrait2VeloxPlanConversionTest.cpp
+2 −2 velox/substrait/tests/data/q1_first_stage.json
+2 −2 velox/substrait/tests/data/q6_first_stage.json

0 comments on commit 6837d5a

Please sign in to comment.