Commit 14252ab
misc: Update velox submodule to latest commit (facebookincubator#442)
Summary:
Pull Request resolved: facebookincubator#442
Update velox submodule from commit 12f04b45f1c7e4e40fd651501c2aed8a8573b266 to ea7925753055384ccb409f2f9261eea9f7ed5261.
Reviewed By: tanjialiang
Differential Revision: D91555221
fbshipit-source-id: 013aad23a53542c45703885bb4bd685bd4f37b741 parent abe5060 commit 14252ab
1 file changed
+1
-1
lines changed- .github/workflows/linux-build-base.yml+1-1
- scripts/checks/run-clang-tidy.py+8-3
- velox/common/Casts.h-63
- velox/common/base/AsyncSource.h+288-116
- velox/common/base/tests/AsyncSourceTest.cpp+461-211
- velox/connectors/Connector.h+20
- velox/connectors/hive/HiveConfig.cpp+8-8
- velox/connectors/hive/HiveConfig.h+9-12
- velox/connectors/hive/HiveConnectorUtil.cpp+145-7
- velox/connectors/hive/HiveConnectorUtil.h+86-1
- velox/connectors/hive/HiveDataSink.cpp+185-25
- velox/connectors/hive/HiveDataSink.h+56
- velox/connectors/hive/HiveDataSource.cpp+11-52
- velox/connectors/hive/HiveDataSource.h+3
- velox/connectors/hive/TableHandle.h+14
- velox/connectors/hive/iceberg/IcebergColumnHandle.cpp+3-1
- velox/connectors/hive/iceberg/tests/IcebergReadTest.cpp-57
- velox/connectors/hive/iceberg/tests/TransformE2ETest.cpp+95-9
- velox/connectors/hive/storage_adapters/s3fs/S3Util.cpp+1-1
- velox/connectors/hive/tests/HiveConnectorTest.cpp+117-100
- velox/connectors/hive/tests/HiveConnectorUtilTest.cpp+476
- velox/connectors/hive/tests/HiveDataSinkTest.cpp+481-2
- velox/core/PlanNode.cpp+13-3
- velox/core/PlanNode.h+7-2
- velox/core/QueryConfig.h+1-1
- velox/dwio/common/DirectBufferedInput.h+7-6
- velox/dwio/dwrf/reader/DwrfReader.cpp+31-10
- velox/dwio/dwrf/reader/DwrfReader.h+4-1
- velox/dwio/dwrf/test/ReaderTest.cpp+77
- velox/dwio/parquet/tests/reader/ParquetTableScanTest.cpp+237-110
- velox/exec/IndexLookupJoin.cpp+49-2
- velox/exec/IndexLookupJoin.h+23
- velox/exec/MarkDistinct.cpp+1-1
- velox/exec/MergeSource.cpp+1-1
- velox/exec/TableScan.cpp+19-21
- velox/exec/Task.cpp+15-2
- velox/exec/fuzzer/CMakeLists.txt+16-14
- velox/exec/fuzzer/VeloxQueryRunner.cpp+1-1
- velox/exec/fuzzer/WriterFuzzer.cpp+184-3
- velox/exec/tests/AssertQueryBuilderTest.cpp+5-2
- velox/exec/tests/HashJoinTest.cpp+49-38
- velox/exec/tests/IndexLookupJoinTest.cpp+663-171
- velox/exec/tests/PrintPlanWithStatsTest.cpp+134-88
- velox/exec/tests/TableScanTest.cpp+69-28
- velox/exec/tests/TaskTest.cpp+4-4
- velox/exec/tests/utils/HashJoinTestBase.h+21-9
- velox/exec/tests/utils/IndexLookupJoinTestBase.cpp+58-31
- velox/exec/tests/utils/IndexLookupJoinTestBase.h+9-7
- velox/exec/tests/utils/QueryAssertions.h+3
- velox/exec/tests/utils/TableScanTestBase.cpp+9
- velox/exec/tests/utils/TestIndexStorageConnector.cpp+1
- velox/exec/tests/utils/TestIndexStorageConnector.h+43-5
- velox/experimental/cudf/connectors/hive/CudfHiveConnector.h+4
- velox/experimental/cudf/exec/CudfFilterProject.cpp+1-1
- velox/experimental/cudf/tests/HashJoinTest.cpp+49-38
- velox/functions/lib/string/GreekFinalSigma.h+181
- velox/functions/lib/string/StringCore.h+6-40
- velox/functions/prestosql/tests/MapAppendTest.cpp+110
- velox/functions/prestosql/tests/MapExceptTest.cpp+225
- velox/functions/prestosql/tests/MapIntersectTest.cpp+74
- velox/functions/prestosql/tests/MapKeysOverlapTest.cpp+333
- velox/functions/prestosql/tests/RemapKeysTest.cpp+458
- velox/functions/prestosql/tests/utils/FuzzerTestUtils.h+139
- velox/functions/remote/client/RemoteVectorFunction.cpp+9-9
- velox/functions/remote/if/RemoteFunction.thrift+1
- velox/functions/sparksql/GetJsonObject.h+66
- velox/functions/sparksql/tests/GetJsonObjectTest.cpp+23
- velox/functions/sparksql/tests/UpperLowerTest.cpp+19
- velox/tool/trace/tests/TableScanReplayerTest.cpp+4-4
- velox/vector/EncodedVectorCopy.cpp+64-1
- velox/vector/EncodedVectorCopy.h+11
- velox/vector/fuzzer/VectorFuzzer.cpp+51
- velox/vector/tests/EncodedVectorCopyTest.cpp+146-1
- velox/vector/tests/FlatMapVectorTest.cpp+6-9
- website/package-lock.json+3-3
- website/yarn.lock+3-3
0 commit comments