This repository was archived by the owner on Nov 1, 2024. It is now read-only.
1 file changed
+1
-1
lines changed- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/fbcode_builder/getdeps/manifest.py+2
- build/fbcode_builder/manifests/airstore+3
- build/fbcode_builder/manifests/eden+3
- third_party/CMakeLists.txt+11-3
- velox/benchmarks/tpch/TpchBenchmark.cpp+5
- velox/common/base/RuntimeMetrics.h+6
- velox/common/time/CpuWallTimer.h+6
- velox/duckdb/CMakeLists.txt+1
- velox/duckdb/functions/DuckFunctions.cpp+10-4
- velox/duckdb/functions/tests/CMakeLists.txt+1
- velox/duckdb/memory/Allocator.cpp+9-6
- velox/duckdb/memory/Allocator.h+3
- velox/duckdb/memory/CMakeLists.txt+21
- velox/dwio/dwrf/test/E2EWriterTests.cpp+8-4
- velox/dwio/parquet/CMakeLists.txt+5-1
- velox/dwio/parquet/duckdb_reader/CMakeLists.txt+2-5
- velox/dwio/parquet/duckdb_reader/ParquetReader.cpp+5-4
- velox/dwio/parquet/duckdb_reader/ParquetReader.h+1-2
- velox/dwio/parquet/tests/CMakeLists.txt+18
- velox/dwio/parquet/tests/E2EFilterTest.cpp+68
- velox/dwio/parquet/tests/duckdb_reader/ParquetTpchTest.cpp+4
- velox/dwio/parquet/writer/CMakeLists.txt+3-3
- velox/dwio/parquet/writer/Writer.cpp+59
- velox/dwio/parquet/writer/Writer.h+116
- velox/exec/PlanNodeStats.cpp+35
- velox/exec/PlanNodeStats.h+3
- velox/exec/tests/utils/TpchQueryBuilder.cpp+76
- velox/exec/tests/utils/TpchQueryBuilder.h+3
- velox/expression/tests/ExpressionFuzzer.cpp+4-9
- velox/external/duckdb/duckdb-1.cpp+985-99
- velox/external/duckdb/duckdb-2.cpp+2.1k-2.2k
- velox/external/duckdb/duckdb-3.cpp+1.1k-972
- velox/external/duckdb/duckdb-4.cpp+7.9k-7.7k
- velox/external/duckdb/duckdb-5.cpp+1.4k-1.3k
- velox/external/duckdb/duckdb-6.cpp+6.2k-5.9k
- velox/external/duckdb/duckdb-7.cpp+975-1.3k
- velox/external/duckdb/duckdb-8.cpp+911-1.0k
- velox/external/duckdb/duckdb-fastpforlib.cpp+1-1
- velox/external/duckdb/duckdb-fmt.cpp+1-1
- velox/external/duckdb/duckdb-hyperloglog.cpp+1-1
- velox/external/duckdb/duckdb-internal.hpp+629-511
- velox/external/duckdb/duckdb-libpg_query.cpp+1-1
- velox/external/duckdb/duckdb-miniz.cpp+1-1
- velox/external/duckdb/duckdb-re2.cpp+1-1
- velox/external/duckdb/duckdb-utf8proc.cpp+1-1
- velox/external/duckdb/duckdb.hpp+896-684
- velox/external/duckdb/parquet-amalgamation.cpp+37.0k-37.0k
- velox/external/duckdb/parquet-amalgamation.hpp+71-69
- velox/external/duckdb/tpch/dbgen/bm_utils.cpp+19-21
- velox/external/duckdb/tpch/dbgen/build.cpp+60-62
- velox/external/duckdb/tpch/dbgen/dbgen.cpp+18-96
- velox/external/duckdb/tpch/dbgen/dbgen_gunk.cpp+2-2
- velox/external/duckdb/tpch/dbgen/include/dbgen/dbgen_gunk.hpp+3-1
- velox/external/duckdb/tpch/dbgen/include/dbgen/dss.h+91-26
- velox/external/duckdb/tpch/dbgen/include/dbgen/dsstypes.h+14-14
- velox/external/duckdb/tpch/dbgen/include/dbgen/rng64.h+1-1
- velox/external/duckdb/tpch/dbgen/permute.cpp+6-7
- velox/external/duckdb/tpch/dbgen/rnd.cpp+22-30
- velox/external/duckdb/tpch/dbgen/rng64.cpp+5-10
- velox/external/duckdb/tpch/dbgen/speed_seed.cpp+57-58
- velox/external/duckdb/tpch/dbgen/text.cpp+71-71
- velox/functions/lib/KllSketch-inl.h+81-25
- velox/functions/lib/KllSketch.h+6
- velox/functions/lib/tests/KllSketchTest.cpp+19
- velox/functions/prestosql/ArraySort.cpp+239
- velox/functions/prestosql/CMakeLists.txt+1
- velox/functions/prestosql/aggregates/ApproxPercentileAggregate.cpp+1-1
- velox/functions/prestosql/aggregates/tests/MinMaxByAggregationTest.cpp+138-200
- velox/functions/prestosql/registration/ArrayFunctionsRegistration.cpp+1
- velox/functions/prestosql/tests/ArraySortTest.cpp+383
- velox/functions/prestosql/tests/CMakeLists.txt+1
- velox/row/tests/UnsafeRowDeserializerTest.cpp+2
- velox/row/tests/UnsafeRowFuzzTests.cpp+2
- velox/tpch/gen/DBGenIterator.cpp+41-70
- velox/tpch/gen/DBGenIterator.h+2-18
- velox/tpch/gen/TpchGen.cpp+8-8
- velox/vector/fuzzer/VectorFuzzer.cpp+11-9
- velox/vector/fuzzer/VectorFuzzer.h+30-14
- velox/vector/tests/VectorTestBase.h+40
0 commit comments