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 May 25, 2022
1 parent 4d94688 commit dae917e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/velox/velox
Submodule velox updated 44 files
+7 −2 CMakeLists.txt
+1 −1 scripts/setup-helper-functions.sh
+25 −0 velox/common/memory/MemoryUsageTracker.cpp
+8 −2 velox/common/memory/MemoryUsageTracker.h
+18 −0 velox/common/memory/tests/MemoryUsageTrackerTest.cpp
+17 −0 velox/connectors/Connector.h
+4 −2 velox/connectors/hive/HiveConnector.cpp
+8 −3 velox/connectors/hive/HiveConnector.h
+7 −2 velox/connectors/tpch/TpchConnector.h
+44 −2 velox/connectors/tpch/tests/TpchConnectorTest.cpp
+4 −0 velox/core/Expressions.h
+15 −21 velox/core/PlanNode.cpp
+45 −67 velox/core/PlanNode.h
+12 −3 velox/duckdb/conversion/DuckParser.cpp
+7 −1 velox/duckdb/conversion/tests/DuckParserTest.cpp
+8 −7 velox/exec/TableScan.cpp
+1 −3 velox/exec/TableScan.h
+32 −0 velox/exec/tests/PlanBuilderTest.cpp
+2 −0 velox/exec/tests/TaskTest.cpp
+5 −1 velox/exec/tests/utils/HiveConnectorTestBase.h
+105 −38 velox/exec/tests/utils/PlanBuilder.cpp
+44 −17 velox/expression/CastExpr.cpp
+1 −1 velox/expression/tests/CastExprTest.cpp
+22 −9 velox/expression/tests/ExprTest.cpp
+5 −6 velox/expression/tests/GenericViewTest.cpp
+0 −8 velox/functions/lib/tests/Re2FunctionsTest.cpp
+0 −22 velox/functions/prestosql/tests/ArrayDistinctTest.cpp
+0 −50 velox/functions/prestosql/tests/ArrayDuplicatesTest.cpp
+0 −22 velox/functions/prestosql/tests/ArrayExceptTest.cpp
+0 −23 velox/functions/prestosql/tests/ArrayIntersectTest.cpp
+0 −23 velox/functions/prestosql/tests/ArraysOverlapTest.cpp
+0 −36 velox/functions/prestosql/tests/CardinalityTest.cpp
+0 −57 velox/functions/prestosql/tests/ElementAtTest.cpp
+0 −31 velox/functions/prestosql/tests/MapKeysAndValuesTest.cpp
+0 −28 velox/functions/prestosql/tests/SliceTest.cpp
+1 −12 velox/functions/prestosql/tests/SplitTest.cpp
+0 −29 velox/functions/prestosql/tests/StringFunctionsTest.cpp
+2 −1 velox/parse/CMakeLists.txt
+11 −26 velox/parse/Expressions.cpp
+10 −9 velox/parse/Expressions.h
+55 −18 velox/parse/TypeResolver.cpp
+4 −4 velox/row/tests/UnsafeRowDeserializerTest.cpp
+9 −1 velox/substrait/SubstraitToVeloxPlan.cpp
+2 −2 velox/type/Conversions.h

0 comments on commit dae917e

Please sign in to comment.