1 file changed
+1
-1
lines changed- .github/workflows/linux-build-base.yml-2
- CMake/resolve_dependency_modules/simdjson.cmake-2
- Makefile+1-1
- scripts/setup-helper-functions.sh+10-1
- velox/common/memory/SharedArbitrator.cpp+2
- velox/common/memory/tests/MockSharedArbitratorTest.cpp+79-35
- velox/connectors/hive/HiveDataSink.cpp-3
- velox/connectors/hive/storage_adapters/hdfs/tests/CMakeLists.txt+2-2
- velox/connectors/hive/storage_adapters/hdfs/tests/HdfsInsertTest.cpp+70
- velox/connectors/hive/storage_adapters/hdfs/tests/InsertIntoHdfsTest.cpp-115
- velox/docs/functions/presto/conversion.rst+2
- velox/docs/monthly-updates.rst+1
- velox/docs/monthly-updates/august-2024.rst+112
- velox/dwio/common/Reader.cpp+12-4
- velox/dwio/common/tests/ReaderTest.cpp+22
- velox/exec/Aggregate.cpp+18-16
- velox/exec/Task.cpp+5
- velox/exec/Task.h+5
- velox/exec/tests/AggregationTest.cpp+1-1
- velox/exec/tests/AssertQueryBuilderTest.cpp+33-1
- velox/exec/tests/TableWriterTest.cpp+78
- velox/exec/tests/TaskTest.cpp+19
- velox/exec/tests/utils/AssertQueryBuilder.cpp+19-2
- velox/exec/tests/utils/AssertQueryBuilder.h+7
- velox/expression/fuzzer/ExpressionFuzzerTest.cpp-2
- velox/functions/lib/Slice.cpp+5-4
- velox/functions/prestosql/ArrayMinMaxBy.cpp+26-9
- velox/functions/prestosql/DateTimeFunctions.h+14
- velox/functions/prestosql/DateTimeImpl.h+2-2
- velox/functions/prestosql/FloatingPointFunctions.h+52
- velox/functions/prestosql/IntegerFunctions.h+40-1
- velox/functions/prestosql/aggregates/NoisyCountIfGaussianAggregate.cpp+26-2
- velox/functions/prestosql/aggregates/tests/NoisyCountIfGaussianAggregationTest.cpp+26
- velox/functions/prestosql/json/CMakeLists.txt+3
- velox/functions/prestosql/registration/CMakeLists.txt+1
- velox/functions/prestosql/registration/DateTimeFunctionsRegistration.cpp+2
- velox/functions/prestosql/registration/FloatingPointFunctionsRegistration.cpp+35
- velox/functions/prestosql/registration/IntegerFunctionsRegistration.cpp+6
- velox/functions/prestosql/registration/RegistrationFunctions.cpp+6
- velox/functions/prestosql/tests/ArrayMinMaxByTest.cpp+241-11
- velox/functions/prestosql/tests/CMakeLists.txt+2
- velox/functions/prestosql/tests/DateTimeFunctionsTest.cpp+48-20
- velox/functions/prestosql/tests/FloatingPointFunctionsTest.cpp+63
- velox/functions/prestosql/tests/IntegerFunctionsTest.cpp+45-2
- velox/functions/prestosql/tests/SliceTest.cpp+9
- velox/vector/BaseVector.h+4-3
- velox/vector/CMakeLists.txt+1
- velox/vector/ComplexVector.h+1-1
- velox/vector/FlatMapVector.cpp+485
- velox/vector/FlatMapVector.h+333
- velox/vector/FlatVector.cpp+10
- velox/vector/VectorEncoding.cpp+1
- velox/vector/VectorEncoding.h+8-7
- velox/vector/tests/CMakeLists.txt+1
- velox/vector/tests/FlatMapVectorTest.cpp+530
- velox/vector/tests/VectorCompareTest.cpp+6-1
- velox/vector/tests/VectorMakerTest.cpp+79-2
- velox/vector/tests/VectorToStringTest.cpp+1
- velox/vector/tests/utils/VectorMaker.cpp+1
- velox/vector/tests/utils/VectorMaker.h+153-39
- velox/vector/tests/utils/VectorTestBase.h+22-3
0 commit comments