Commit 04dabe1
committed
chore(ci): Advance Velox
1 parent f6163fc commit 04dabe1
1 file changed
+1
-1
lines changed- CMake/VeloxUtils.cmake+4-4
- CMake/resolve_dependency_modules/boost.cmake-7
- docker-compose.yml+1-1
- scripts/docker/java.dockerfile+2-2
- velox/connectors/hive/HivePartitionFunction.cpp-78
- velox/connectors/hive/HivePartitionUtil.cpp-17
- velox/connectors/hive/PartitionIdGenerator.cpp+4-5
- velox/connectors/hive/SplitReader.cpp-12
- velox/connectors/hive/SplitReader.h+1-1
- velox/connectors/hive/iceberg/tests/IcebergReadTest.cpp-45
- velox/connectors/hive/tests/HiveDataSinkTest.cpp-61
- velox/connectors/hive/tests/HivePartitionFunctionTest.cpp-52
- velox/connectors/hive/tests/HivePartitionUtilTest.cpp+5-16
- velox/connectors/hive/tests/PartitionIdGeneratorTest.cpp+2-5
- velox/core/PlanConsistencyChecker.cpp+7
- velox/core/QueryConfig.h-13
- velox/core/tests/PlanConsistencyCheckerTest.cpp+41
- velox/docs/configs.rst+42
- velox/docs/develop/operators.rst+3-3
- velox/docs/functions/presto/math.rst+10
- velox/dwio/common/Arena.h+35
- velox/dwio/common/CMakeLists.txt-1
- velox/dwio/common/tests/CMakeLists.txt-1
- velox/dwio/dwrf/reader/ReaderBase.cpp+3-1
- velox/dwio/dwrf/reader/StripeReaderBase.cpp+5-6
- velox/dwio/dwrf/test/ColumnStatisticsBase.h+7-4
- velox/dwio/dwrf/test/ReaderBaseTests.cpp+3-2
- velox/dwio/dwrf/test/TestStripeStream.cpp+7-6
- velox/dwio/parquet/tests/writer/CMakeLists.txt-2
- velox/dwio/text/tests/writer/CMakeLists.txt-1
- velox/exec/AggregateFunctionRegistry.cpp-23
- velox/exec/AggregateFunctionRegistry.h-9
- velox/exec/ExchangeClient.cpp+40-1
- velox/exec/ExchangeClient.h+19
- velox/exec/HashTable.cpp+8-3
- velox/exec/RowContainer.h+53-106
- velox/exec/SpatialIndex.h+6-1
- velox/exec/TopNRowNumber.cpp+353-60
- velox/exec/TopNRowNumber.h+125-24
- velox/exec/VectorHasher.cpp+24-6
- velox/exec/VectorHasher.h+26-26
- velox/exec/fuzzer/CMakeLists.txt-1
- velox/exec/fuzzer/TopNRowNumberFuzzer.cpp+29-10
- velox/exec/fuzzer/WriterFuzzer.cpp+1-1
- velox/exec/tests/AggregateFunctionRegistryTest.cpp-46
- velox/exec/tests/AggregationTest.cpp+37
- velox/exec/tests/CMakeLists.txt-2
- velox/exec/tests/ExchangeClientTest.cpp+7-4
- velox/exec/tests/HashJoinTest.cpp+47
- velox/exec/tests/RowContainerTest.cpp+16-10
- velox/exec/tests/SpatialIndexTest.cpp+276
- velox/exec/tests/TableScanTest.cpp-9
- velox/exec/tests/TopNRowNumberTest.cpp+72-38
- velox/exec/tests/VectorHasherTest.cpp+81-5
- velox/exec/tests/utils/TableScanTestBase.cpp-5
- velox/experimental/cudf/CudfConfig.h+4-4
- velox/experimental/cudf/README.md+4
- velox/experimental/cudf/exec/CudfFilterProject.cpp+2-2
- velox/experimental/cudf/exec/CudfHashJoin.cpp+37-40
- velox/experimental/cudf/exec/ToCudf.cpp+55-31
- velox/experimental/cudf/exec/ToCudf.h+1-1
- velox/experimental/cudf/tests/ConfigTest.cpp+2-2
- velox/experimental/cudf/tests/HashJoinTest.cpp+15-13
- velox/experimental/wave/vector/tests/CMakeLists.txt-1
- velox/expression/fuzzer/ExpressionFuzzerTest.cpp+3
- velox/expression/tests/CastExprTest.cpp+8-9
- velox/expression/tests/ConjunctTest.cpp+15
- velox/external/tzdb/tzdb_list_private.h+5-5
- velox/functions/prestosql/DateTimeFunctions.h+18-31
- velox/functions/prestosql/Probability.h+36
- velox/functions/prestosql/StringFunctions.h+11
- velox/functions/prestosql/registration/ProbabilityTrigonometricFunctionsRegistration.cpp+3
- velox/functions/prestosql/registration/StringFunctionsRegistration.cpp+2
- velox/functions/prestosql/tests/ProbabilityTest.cpp+59
- velox/functions/prestosql/tests/StringFunctionsTest.cpp+38
- velox/functions/prestosql/tests/TimeWithTimezoneCastTest.cpp+247-27
- velox/functions/prestosql/types/BingTileType.h-5
- velox/functions/prestosql/types/EnumTypeBase.h+1-1
- velox/functions/prestosql/types/IPPrefixType.h+2-3
- velox/functions/prestosql/types/QDigestRegistration.cpp+1-1
- velox/functions/prestosql/types/QDigestType.h+6-9
- velox/functions/prestosql/types/TDigestType.h+6-9
- velox/functions/prestosql/types/TimeWithTimezoneRegistration.cpp+73-13
- velox/functions/prestosql/types/TimeWithTimezoneType.h-17
- velox/functions/prestosql/types/TimestampWithTimeZoneType.h-5
- velox/functions/prestosql/types/tests/TimeWithTimezoneTypeTest.cpp+25-24
- velox/functions/sparksql/GetJsonObject.h+5-12
- velox/functions/sparksql/fuzzer/SparkQueryRunner.cpp+9-6
- velox/type/CMakeLists.txt+1
- velox/type/Time.cpp+342
- velox/type/Time.h+123
- velox/type/Type.cpp+6-136
- velox/type/Type.h+13-14
- velox/type/tests/TypeTest.cpp+7-6
- velox/type/tests/utils/CustomTypesForTesting.h-10
- velox/type/tz/CMakeLists.txt+1-8
- velox/vector/tests/CMakeLists.txt-1
0 commit comments