1 file changed
+1
-1
lines changed- scripts/setup-macos.sh+11-1
- velox/common/base/AdmissionController.cpp+91
- velox/common/base/AdmissionController.h+67
- velox/common/base/CMakeLists.txt+1
- velox/common/base/Counters.cpp+69-17
- velox/common/base/Counters.h+28-13
- velox/common/base/tests/AdmissionControllerTest.cpp+82
- velox/common/base/tests/CMakeLists.txt+1
- velox/common/base/tests/StatsReporterTest.cpp+1-1
- velox/common/compression/Compression.h+1-3
- velox/common/memory/ArbitrationOperation.cpp+28-5
- velox/common/memory/ArbitrationOperation.h+18-33
- velox/common/memory/ArbitrationParticipant.cpp+13-15
- velox/common/memory/ArbitrationParticipant.h+5
- velox/common/memory/MemoryArbitrator.cpp+56-58
- velox/common/memory/MemoryArbitrator.h+37-28
- velox/common/memory/MemoryPool.cpp+1-1
- velox/common/memory/MemoryPool.h+1-1
- velox/common/memory/SharedArbitrator.cpp+29-42
- velox/common/memory/SharedArbitrator.h+12-16
- velox/common/memory/tests/ArbitrationParticipantTest.cpp+107-44
- velox/common/memory/tests/MemoryArbitratorTest.cpp+20-32
- velox/common/memory/tests/MemoryManagerTest.cpp+2-4
- velox/common/memory/tests/MockSharedArbitratorTest.cpp+32-162
- velox/common/memory/tests/SharedArbitratorTest.cpp+4-8
- velox/connectors/hive/HiveDataSink.cpp+51-2
- velox/connectors/hive/HiveDataSink.h+2-2
- velox/connectors/hive/tests/HiveConnectorSerDeTest.cpp+32-3
- velox/connectors/hive/tests/HiveDataSinkTest.cpp+3-4
- velox/core/PlanNode.cpp+12
- velox/core/PlanNode.h+35
- velox/docs/monitoring/metrics.rst+32-17
- velox/exec/CMakeLists.txt+8-3
- velox/exec/Driver.h+1-1
- velox/exec/HashBuild.h+1-1
- velox/exec/HashProbe.h+1-1
- velox/exec/LocalPlanner.cpp+7
- velox/exec/Operator.cpp+1-1
- velox/exec/Operator.h+1-2
- velox/exec/QueryDataReader.cpp+12-16
- velox/exec/QueryDataReader.h+6-5
- velox/exec/QueryDataWriter.cpp+2-2
- velox/exec/QueryDataWriter.h+1-1
- velox/exec/QueryMetadataReader.cpp+3-3
- velox/exec/QueryMetadataReader.h
- velox/exec/QueryMetadataWriter.cpp+2-2
- velox/exec/QueryMetadataWriter.h
- velox/exec/QueryTraceConfig.cpp+1-1
- velox/exec/QueryTraceConfig.h
- velox/exec/QueryTraceScan.cpp+56
- velox/exec/QueryTraceScan.h+62
- velox/exec/QueryTraceTraits.h
- velox/exec/QueryTraceUtil.cpp+34-1
- velox/exec/QueryTraceUtil.h+75
- velox/exec/Task.cpp+1-1
- velox/exec/Task.h+2-2
- velox/exec/tests/CMakeLists.txt+1
- velox/exec/tests/HashJoinTest.cpp+2-2
- velox/exec/tests/QueryTraceTest.cpp+22-23
- velox/exec/tests/TableWriteTest.cpp+3-5
- velox/exec/tests/utils/AssertQueryBuilder.cpp+12
- velox/exec/tests/utils/AssertQueryBuilder.h+5
- velox/exec/tests/utils/HiveConnectorTestBase.cpp+3-1
- velox/exec/tests/utils/HiveConnectorTestBase.h+2
- velox/exec/tests/utils/PlanBuilder.cpp+8
- velox/exec/tests/utils/PlanBuilder.h+8
- velox/exec/trace/CMakeLists.txt-48
- velox/exec/trace/QueryTraceUtil.h-40
- velox/expression/EvalCtx.cpp+1
- velox/expression/tests/EvalCtxTest.cpp+5
- velox/functions/prestosql/aggregates/MapAccumulator.h+75
- velox/functions/prestosql/aggregates/MapAggAggregate.cpp+22-7
- velox/functions/prestosql/aggregates/MapAggregateBase.h+3-4
- velox/functions/prestosql/aggregates/MapUnionAggregate.cpp+25-8
- velox/functions/prestosql/aggregates/MultiMapAggAggregate.cpp+113-5
- velox/functions/prestosql/aggregates/tests/MapAggTest.cpp+81
- velox/functions/prestosql/aggregates/tests/MapUnionAggregationTest.cpp+81
- velox/functions/prestosql/aggregates/tests/MultiMapAggTest.cpp+129
- velox/functions/prestosql/registration/ArrayFunctionsRegistration.cpp+5
- velox/functions/prestosql/tests/ArrayNormalizeTest.cpp+16-6
- velox/tool/trace/CMakeLists.txt+11-5
- velox/tool/trace/OperatorReplayerBase.cpp+40-23
- velox/tool/trace/OperatorReplayerBase.h+66
- velox/tool/trace/QueryReplayer.cpp+73-12
- velox/tool/trace/QueryTraceReplayer.h-42
- velox/tool/trace/TableWriterReplayer.cpp+129
- velox/tool/trace/TableWriterReplayer.h+61
- velox/tool/trace/tests/CMakeLists.txt+6-7
- velox/tool/trace/tests/TableWriterReplayerTest.cpp+419
- velox/type/SimpleFunctionApi.h+1-1
- velox/vector/VectorTypeUtils.h+5
0 commit comments