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 Jun 28, 2022
1 parent 5e464ea commit 3118199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/velox/velox
Submodule velox updated 35 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
+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
+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
+0 −3 velox/vector/DictionaryVector-inl.h
+1 −16 velox/vector/DictionaryVector.h
+1 −1 velox/vector/arrow/Bridge.cpp
+0 −1 velox/vector/tests/VectorMaker-inl.h

0 comments on commit 3118199

Please sign in to comment.