1 file changed
+1
-1
lines changed- .github/workflows/macos.yml+9-6
- velox/common/memory/SharedArbitrator.h+2-2
- velox/common/memory/tests/FragmentationBenchmark.cpp+8-6
- velox/common/memory/tests/MockSharedArbitratorTest.cpp+1-1
- velox/common/memory/tests/SharedArbitratorTest.cpp+23-23
- velox/connectors/hive/tests/CMakeLists.txt+9
- velox/connectors/hive/tests/HiveDataSinkTest.cpp+92-4
- velox/core/QueryConfig.h+10-4
- velox/core/QueryCtx.h-1
- velox/dwio/common/Options.h+3
- velox/dwio/common/SortingWriter.cpp+10-4
- velox/dwio/common/SortingWriter.h+3-3
- velox/dwio/dwrf/writer/Writer.cpp+13-1
- velox/dwio/dwrf/writer/Writer.h-3
- velox/dwio/parquet/writer/Writer.cpp+12-1
- velox/dwio/parquet/writer/Writer.h-3
- velox/exec/Driver.cpp+1-1
- velox/exec/Driver.h+2-2
- velox/exec/HashProbe.cpp+26-12
- velox/exec/HashProbe.h+11-2
- velox/exec/Merge.h+1-1
- velox/exec/MergeJoin.cpp+1-1
- velox/exec/NestedLoopJoinProbe.h+1-1
- velox/exec/Operator.cpp+13-7
- velox/exec/Operator.h+1-1
- velox/exec/OrderBy.h+1-1
- velox/exec/SortBuffer.cpp+2-2
- velox/exec/SortBuffer.h+2-2
- velox/exec/StreamingAggregation.h+1-1
- velox/exec/TableScan.h+2-2
- velox/exec/Task.cpp+8-8
- velox/exec/Task.h+2-2
- velox/exec/tests/AssertQueryBuilderTest.cpp+3-3
- velox/exec/tests/HashJoinTest.cpp+2-6
- velox/exec/tests/OperatorUtilsTest.cpp+69-29
- velox/exec/tests/QueryAssertionsTest.cpp+9-9
- velox/exec/tests/TableScanTest.cpp+2-2
- velox/exec/tests/TaskTest.cpp+17-19
- velox/exec/tests/WindowTest.cpp-50
- velox/exec/tests/utils/AssertQueryBuilder.cpp+4-4
- velox/exec/tests/utils/AssertQueryBuilder.h+2-2
- velox/exec/tests/utils/Cursor.cpp+7-7
- velox/exec/tests/utils/Cursor.h+2-2
- velox/exec/tests/utils/HiveConnectorTestBase.cpp+12-4
- velox/exec/tests/utils/HiveConnectorTestBase.h+6-2
- velox/experimental/wave/exec/TableScan.h+2-2
- velox/expression/tests/CastExprTest.cpp-19
- velox/functions/prestosql/ArrayFunctions.h+30
- velox/functions/prestosql/tests/ArrayJoinTest.cpp+36
- velox/functions/prestosql/tests/utils/FunctionBaseTest.h+19
- velox/type/parser/CMakeLists.txt+2-3
0 commit comments