Skip to content

Commit

Permalink
Automated submodule update: velox
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed May 6, 2022
1 parent 1185c4f commit 2cf5c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/velox/velox
Submodule velox updated 41 files
+1 −1 build/deps/github_hashes/facebook/folly-rev.txt
+1 −1 third_party/xsimd
+19 −2 velox/common/caching/SsdCache.cpp
+11 −2 velox/common/caching/SsdCache.h
+277 −2 velox/common/caching/SsdFile.cpp
+75 −3 velox/common/caching/SsdFile.h
+5 −0 velox/common/caching/SsdFileTracker.h
+47 −8 velox/common/caching/tests/AsyncDataCacheTest.cpp
+2 −1 velox/common/process/CMakeLists.txt
+5 −4 velox/connectors/Connector.cpp
+4 −4 velox/connectors/hive/HiveConnector.cpp
+2 −2 velox/connectors/hive/HiveConnector.h
+26 −0 velox/dwio/common/IoStatistics.cpp
+9 −0 velox/dwio/common/IoStatistics.h
+10 −8 velox/dwio/common/Options.h
+4 −3 velox/dwio/dwrf/common/BufferedInput.cpp
+5 −1 velox/dwio/dwrf/common/BufferedInput.h
+3 −3 velox/dwio/dwrf/reader/DwrfReaderShared.cpp
+3 −2 velox/dwio/dwrf/reader/DwrfReaderShared.h
+10 −7 velox/dwio/dwrf/reader/ReaderBase.cpp
+9 −8 velox/dwio/dwrf/reader/ReaderBase.h
+8 −3 velox/dwio/dwrf/reader/SelectiveColumnReader.h
+5 −0 velox/dwio/dwrf/reader/StripeReaderBase.h
+7 −8 velox/dwio/dwrf/test/E2EFilterTestBase.cpp
+2 −2 velox/dwio/dwrf/test/E2EFilterTestBase.h
+2 −2 velox/dwio/dwrf/test/utils/FilterGenerator.cpp
+1 −1 velox/dwio/dwrf/test/utils/FilterGenerator.h
+2 −1 velox/dwio/parquet/reader/ParquetReader.cpp
+1 −1 velox/dwio/parquet/reader/ParquetReader.h
+9 −9 velox/dwio/parquet/tests/ParquetReaderTest.cpp
+5 −5 velox/exec/Exchange.cpp
+0 −1 velox/exec/Exchange.h
+1 −1 velox/exec/Operator.cpp
+1 −1 velox/exec/Operator.h
+1 −1 velox/exec/TableScan.h
+1 −1 velox/exec/TableWriter.h
+26 −1 velox/exec/tests/utils/OperatorTestBase.cpp
+8 −0 velox/exec/tests/utils/OperatorTestBase.h
+1 −1 velox/exec/tests/utils/PlanBuilder.h
+248 −234 velox/tpch/gen/TpchGen.cpp
+6 −0 velox/tpch/gen/TpchGen.h

0 comments on commit 2cf5c81

Please sign in to comment.