File tree
3 files changed
+3
-3
lines changed- presto-native-execution
- presto_cpp/main
- common/tests
- types
3 files changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
- .github/workflows/scheduled.yml+84-1
- setup.py+4-3
- velox/common/base/VeloxException.cpp+4-4
- velox/common/base/tests/ExceptionTest.cpp+4-4
- velox/common/caching/tests/AsyncDataCacheTest.cpp+4-4
- velox/common/config/GlobalConfig.cpp+4-1
- velox/common/config/GlobalConfig.h+1-1
- velox/common/file/File.cpp+33-16
- velox/common/file/File.h+45-14
- velox/common/file/tests/FaultyFile.cpp+16-9
- velox/common/file/tests/FaultyFile.h+9-4
- velox/common/io/IoStatistics.cpp+32-3
- velox/common/io/IoStatistics.h+7
- velox/common/memory/MallocAllocator.cpp+1-1
- velox/common/memory/Memory.cpp+2-2
- velox/common/memory/Memory.h+3-3
- velox/common/memory/MemoryAllocator.cpp+1-1
- velox/common/memory/MemoryAllocator.h+2-2
- velox/common/memory/MemoryPool.cpp+1-1
- velox/common/memory/MemoryPool.h+1-1
- velox/common/memory/MmapAllocator.cpp+1-1
- velox/connectors/Connector.h+15-10
- velox/connectors/hive/HiveConnectorUtil.h-5
- velox/connectors/hive/HiveDataSource.cpp+5
- velox/connectors/hive/storage_adapters/abfs/AbfsFileSystem.cpp+29-14
- velox/connectors/hive/storage_adapters/abfs/AbfsReadFile.h+13-5
- velox/connectors/hive/storage_adapters/gcs/GcsFileSystem.cpp+11-4
- velox/connectors/hive/storage_adapters/hdfs/HdfsReadFile.cpp+9-3
- velox/connectors/hive/storage_adapters/hdfs/HdfsReadFile.h+9-3
- velox/connectors/hive/storage_adapters/s3fs/S3FileSystem.cpp+9-4
- velox/core/PlanNode.h+4-4
- velox/docs/functions/presto/map.rst+1-1
- velox/dwio/common/CachedBufferedInput.h+2-1
- velox/dwio/common/DirectBufferedInput.h+2-1
- velox/dwio/common/InputStream.cpp+4-4
- velox/dwio/common/compression/Compression.cpp+19-17
- velox/dwio/common/tests/LoggedExceptionTest.cpp+7-6
- velox/dwio/common/tests/TestBufferedInput.cpp+13-7
- velox/dwio/common/tests/utils/DataSetBuilder.h+1-1
- velox/dwio/dwrf/test/TestReadFile.h+8-4
- velox/dwio/dwrf/test/TestStripeStream.cpp+5-2
- velox/dwio/parquet/tests/reader/E2EFilterTest.cpp+4
- velox/examples/CMakeLists.txt+2-1
- velox/exec/CMakeLists.txt+1
- velox/exec/Driver.cpp+2
- velox/exec/Driver.h+3
- velox/exec/ExchangeQueue.h-12
- velox/exec/IndexLookupJoin.cpp+593
- velox/exec/IndexLookupJoin.h+161
- velox/exec/LocalPlanner.cpp+16-1
- velox/exec/Operator.cpp+2-2
- velox/exec/fuzzer/FuzzerUtil.cpp+2-2
- velox/exec/tests/IndexLookupJoinTest.cpp+726-36
- velox/exec/tests/utils/CMakeLists.txt+1
- velox/exec/tests/utils/TestIndexStorageConnector.cpp+255
- velox/exec/tests/utils/TestIndexStorageConnector.h+282
- velox/expression/Expr.cpp+6-6
- velox/expression/tests/ExprEncodingsTest.cpp+1-1
- velox/expression/tests/ExprTest.cpp+5-5
- velox/flag_definitions/flags.cpp+16-16
- velox/functions/lib/ApproxMostFrequentStreamSummary.h+8
- velox/functions/lib/tests/ApproxMostFrequentStreamSummaryTest.cpp+12
- velox/functions/prestosql/JsonFunctions.cpp+58
- velox/functions/prestosql/registration/JsonFunctionsRegistration.cpp+12
- velox/functions/prestosql/tests/ArrayHasDuplicatesTest.cpp+13-8
- velox/functions/prestosql/tests/JsonFunctionsTest.cpp+93
- velox/functions/prestosql/tests/MapTopNTest.cpp+10
- velox/functions/prestosql/types/JsonType.cpp+40-76
- velox/functions/prestosql/types/JsonType.h+43
- velox/py/CMakeLists.txt+9
- velox/py/file/PyFile.cpp+26
- velox/py/file/PyFile.h+60
- velox/py/file/file.cpp+39
- velox/py/file/file.pyi+26
- velox/py/tests/test_file.py+34
- velox/vector/ComplexVector.cpp+58-24
- velox/vector/ComplexVector.h+6-3
- velox/vector/tests/VectorTest.cpp+45-32
0 commit comments