Skip to content

Commit

Permalink
Automated submodule update: velox (#405)
Browse files Browse the repository at this point in the history
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@5f05648

Pull Request resolved: #405

Test Plan: Ensure that CI jobs succeed on GitHub before landing.

Reviewed By: wenleix

Differential Revision: D37442044

fbshipit-source-id: 0f65c99d0085701d83fda27b579ecdcc26572fd7
  • Loading branch information
facebook-github-bot committed Jun 28, 2022
1 parent 2c67f53 commit 644fdc7
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
+2 −1 build/fbcode_builder/getdeps/builder.py
+1 −1 velox/benchmarks/tpch/CMakeLists.txt
+4 −0 velox/docs/functions/binary.rst
+8 −0 velox/docs/functions/math.rst
+1 −6 velox/dwio/dwrf/reader/ColumnReader.cpp
+0 −1 velox/dwio/dwrf/reader/SelectiveStringDictionaryColumnReader.cpp
+1 −1 velox/dwio/dwrf/test/E2EFilterTestBase.cpp
+4 −3 velox/dwio/dwrf/test/TestColumnReader.cpp
+1 −1 velox/exec/Driver.cpp
+7 −2 velox/exec/Driver.h
+2 −2 velox/exec/GroupingSet.cpp
+6 −3 velox/exec/HashBuild.cpp
+1 −1 velox/exec/HashProbe.cpp
+1 −1 velox/exec/OperatorUtils.cpp
+55 −29 velox/exec/Task.cpp
+9 −6 velox/exec/Task.h
+100 −7 velox/exec/tests/TaskTest.cpp
+11 −6 velox/expression/EvalCtx.cpp
+10 −10 velox/external/duckdb/tpch/dbgen/build.cpp
+9 −0 velox/functions/lib/string/StringImpl.h
+14 −0 velox/functions/prestosql/Arithmetic.h
+11 −0 velox/functions/prestosql/StringFunctions.h
+2 −0 velox/functions/prestosql/registration/ArithmeticFunctionsRegistration.cpp
+1 −0 velox/functions/prestosql/registration/StringFunctionsRegistration.cpp
+27 −0 velox/functions/prestosql/tests/ArithmeticTest.cpp
+25 −0 velox/functions/prestosql/tests/StringFunctionsTest.cpp
+1 −1 velox/functions/sparksql/tests/InTest.cpp
+12 −4 velox/type/Variant.h
+17 −0 velox/type/tests/VariantTest.cpp
+2 −18 velox/vector/BaseVector.cpp
+6 −3 velox/vector/ComplexVector.cpp
+2 −9 velox/vector/ComplexVector.h
+26 −3 velox/vector/DictionaryVector-inl.h
+5 −16 velox/vector/DictionaryVector.h
+1 −1 velox/vector/arrow/Bridge.cpp
+1 −1 velox/vector/arrow/tests/ArrowBridgeArrayTest.cpp
+1 −1 velox/vector/tests/LazyVectorTest.cpp
+9 −8 velox/vector/tests/VectorMaker-inl.h

0 comments on commit 644fdc7

Please sign in to comment.