1 file changed
+1
-1
lines changed- velox/common/CMakeLists.txt+1
- velox/common/base/PeriodicStatsReporter.h+1-1
- velox/common/dynamic_registry/CMakeLists.txt+21
- velox/common/dynamic_registry/DynamicLibraryLoader.cpp+57
- velox/common/dynamic_registry/DynamicLibraryLoader.h+43
- velox/common/dynamic_registry/DynamicUdf.h+31
- velox/common/dynamic_registry/README.md+1
- velox/common/dynamic_registry/tests/CMakeLists.txt+100
- velox/common/dynamic_registry/tests/DynamicErrFunction.cpp+48
- velox/common/dynamic_registry/tests/DynamicFunction.cpp+47
- velox/common/dynamic_registry/tests/DynamicIntFunctionOverload.cpp+48
- velox/common/dynamic_registry/tests/DynamicIntFunctionOverwrite.cpp+46
- velox/common/dynamic_registry/tests/DynamicLinkTest.cpp+206
- velox/common/dynamic_registry/tests/DynamicVarcharFunctionOverload.cpp+50
- velox/common/dynamic_registry/tests/DynamicVarcharFunctionOverwrite.cpp+47
- velox/connectors/hive/HiveConnectorUtil.cpp+11-4
- velox/connectors/hive/HiveDataSink.cpp+14-1
- velox/connectors/hive/HiveDataSink.h+28-4
- velox/connectors/hive/SplitReader.cpp+12-3
- velox/connectors/hive/TableHandle.h+17-2
- velox/connectors/hive/iceberg/tests/IcebergReadTest.cpp+110-27
- velox/connectors/hive/storage_adapters/hdfs/tests/HdfsFileSystemTest.cpp+3-3
- velox/connectors/hive/tests/HiveDataSinkTest.cpp+107-4
- velox/docs/develop.rst+1
- velox/docs/develop/dynamic-loading.rst+79
- velox/docs/develop/vectors.rst+11-11
- velox/docs/functions/spark/decimal.rst+8
- velox/docs/functions/spark/math.rst+1-1
- velox/dwio/common/DecoderUtil.h+6
- velox/dwio/dwrf/test/WriterContextTest.cpp+3-2
- velox/dwio/parquet/tests/examples/gcc_data_diff.parquet
- velox/dwio/parquet/tests/reader/ParquetTableScanTest.cpp+19
- velox/exec/Driver.cpp+1-1
- velox/exec/SortedAggregations.cpp+1
- velox/exec/benchmarks/WindowPrefixSortBenchmark.cpp+1-1
- velox/exec/tests/TaskTest.cpp+26-1
- velox/exec/tests/utils/HiveConnectorTestBase.cpp+8-4
- velox/exec/tests/utils/HiveConnectorTestBase.h+6-2
- velox/exec/tests/utils/PlanBuilder.cpp+5-2
- velox/exec/tests/utils/PlanBuilder.h+13-1
- velox/expression/fuzzer/SparkExpressionFuzzerTest.cpp+3
- velox/functions/prestosql/ArrayFunctions.h+150
- velox/functions/prestosql/aggregates/tests/ArrayAggTest.cpp+48
- velox/functions/prestosql/fuzzer/ApproxDistinctResultVerifier.h+1-1
- velox/functions/prestosql/registration/ArrayFunctionsRegistration.cpp+19
- velox/functions/prestosql/tests/ArrayTopNTest.cpp+446
- velox/functions/prestosql/tests/CMakeLists.txt+1
- velox/functions/remote/client/Remote.cpp+2-2
- velox/functions/remote/server/RemoteFunctionService.cpp+10-10
- velox/functions/sparksql/CMakeLists.txt+1
- velox/functions/sparksql/DecimalCeil.cpp+77
- velox/functions/sparksql/DecimalCeil.h+24
- velox/functions/sparksql/registration/RegisterMath.cpp+2
- velox/functions/sparksql/tests/DecimalArithmeticTest.cpp+71
- velox/py/CMakeLists.txt+3-1
- velox/py/runner/PyConnectors.cpp+78
- velox/py/runner/PyConnectors.h+39
- velox/py/runner/PyLocalRunner.cpp-39
- velox/py/runner/PyLocalRunner.h-9
- velox/py/runner/runner.cpp+21-4
- velox/py/runner/runner.pyi+2-1
- velox/py/tests/test_runner.py+13-1
- velox/type/Timestamp.h+14-13
- velox/type/tests/TimestampTest.cpp+2
0 commit comments