This repository was archived by the owner on Nov 1, 2024. It is now read-only.
1 file changed
+1
-1
lines changed- CMakeLists.txt+1
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- third_party/CMakeLists.txt+30
- velox/benchmarks/tpch/TpchBenchmark.cpp+1-1
- velox/dwio/common/Common.h+2
- velox/dwio/common/Options.cpp+8-4
- velox/dwio/common/Options.h+5-4
- velox/dwio/dwrf/common/CMakeLists.txt+2-1
- velox/dwio/dwrf/common/Common.cpp+32
- velox/dwio/dwrf/common/Common.h+84
- velox/dwio/dwrf/common/Config.cpp+2-2
- velox/dwio/dwrf/common/Config.h+1-1
- velox/dwio/dwrf/common/wrap/orc-proto-wrapper.cpp+37
- velox/dwio/dwrf/common/wrap/orc-proto-wrapper.h+36
- velox/dwio/dwrf/proto/CMakeLists.txt+7-2
- velox/dwio/dwrf/proto/fb_protobuf.sh+1
- velox/dwio/dwrf/proto/orc_proto.proto+451
- velox/dwio/dwrf/reader/ColumnReader.cpp+9-2
- velox/dwio/dwrf/reader/DwrfReader.cpp+1-1
- velox/dwio/dwrf/reader/DwrfReader.h+1-1
- velox/dwio/dwrf/reader/DwrfReaderShared.cpp+5-2
- velox/dwio/dwrf/reader/DwrfReaderShared.h+1-1
- velox/dwio/dwrf/reader/ReaderBase.cpp+34-7
- velox/dwio/dwrf/reader/ReaderBase.h+22-16
- velox/dwio/dwrf/reader/StripeMetadataCache.h+10-14
- velox/dwio/dwrf/reader/StripeReaderBase.cpp+3-3
- velox/dwio/dwrf/reader/StripeReaderBase.h-1
- velox/dwio/dwrf/reader/StripeStream.cpp+1-2
- velox/dwio/dwrf/reader/StripeStream.h+15
- velox/dwio/dwrf/test/OrcTest.h+4
- velox/dwio/dwrf/test/ReaderBaseTests.cpp+4-4
- velox/dwio/dwrf/test/TestReader.cpp+28
- velox/dwio/dwrf/test/TestStripeStream.cpp+24-20
- velox/dwio/dwrf/test/WriterSinkTests.cpp+12-12
- velox/dwio/dwrf/test/WriterTests.cpp+7-12
- velox/dwio/dwrf/test/examples/TestStringDictionary.testRowIndex.orc
- velox/dwio/dwrf/writer/WriterBase.cpp+2-1
- velox/dwio/dwrf/writer/WriterShared.h-1
- velox/dwio/dwrf/writer/WriterSink.h+3-3
- velox/examples/CMakeLists.txt+11
- velox/examples/ScanAndSort.cpp+1-1
- velox/examples/ScanOrc.cpp+63
- velox/exec/Task.cpp+1
- velox/exec/Task.h+1
- velox/exec/tests/MultiFragmentTest.cpp+1-1
- velox/exec/tests/TaskTest.cpp+1-1
- velox/exec/tests/utils/HiveConnectorTestBase.h+1-1
- velox/expression/type_calculation/CMakeLists.txt+1
- velox/substrait/SubstraitToVeloxPlan.cpp+1-1
0 commit comments