Skip to content

Commit

Permalink
[Native] Advance velox
Browse files Browse the repository at this point in the history
  • Loading branch information
karteekmurthys authored and majetideepak committed Jun 22, 2024
1 parent 210876e commit 289ecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 49 files
+1 −0 .github/workflows/linux-build.yml
+12 −5 .github/workflows/macos.yml
+1 −1 CMake/resolve_dependency_modules/README.md
+2 −2 CMake/resolve_dependency_modules/protobuf.cmake
+1 −1 CMakeLists.txt
+1 −1 scripts/setup-centos8.sh
+16 −0 velox/common/base/Counters.cpp
+9 −0 velox/common/base/Counters.h
+7 −0 velox/common/base/StatsReporter.h
+16 −1 velox/common/base/tests/StatsReporterTest.cpp
+5 −0 velox/common/caching/AsyncDataCache.cpp
+7 −2 velox/common/caching/AsyncDataCache.h
+2 −0 velox/common/caching/SsdCache.cpp
+14 −3 velox/common/caching/SsdFile.cpp
+5 −0 velox/common/caching/SsdFile.h
+69 −3 velox/common/caching/tests/AsyncDataCacheTest.cpp
+46 −0 velox/common/caching/tests/SsdFileTest.cpp
+2 −2 velox/common/memory/tests/MemoryPoolTest.cpp
+11 −9 velox/connectors/hive/HiveDataSource.cpp
+1 −1 velox/connectors/hive/HiveDataSource.h
+1 −3 velox/connectors/hive/SplitReader.cpp
+13 −0 velox/docs/monitoring/metrics.rst
+3 −3 velox/dwio/common/DirectBufferedInput.cpp
+1 −1 velox/dwio/common/OnDemandUnitLoader.cpp
+1 −1 velox/dwio/common/tests/utils/E2EFilterTestBase.h
+4 −5 velox/dwio/dwrf/reader/DwrfData.cpp
+2 −2 velox/dwio/dwrf/reader/DwrfReader.cpp
+27 −29 velox/dwio/dwrf/reader/DwrfReader.h
+21 −33 velox/dwio/dwrf/reader/ReaderBase.cpp
+8 −7 velox/dwio/dwrf/reader/ReaderBase.h
+20 −20 velox/dwio/dwrf/reader/StripeMetadataCache.h
+1 −1 velox/dwio/dwrf/reader/StripeReaderBase.cpp
+6 −3 velox/dwio/dwrf/reader/StripeStream.cpp
+26 −26 velox/dwio/dwrf/reader/StripeStream.h
+3 −2 velox/dwio/dwrf/test/ColumnWriterStatsTests.cpp
+3 −2 velox/dwio/dwrf/test/ColumnWriterTest.cpp
+8 −5 velox/dwio/dwrf/test/ReaderBaseTests.cpp
+8 −8 velox/dwio/dwrf/test/ReaderTest.cpp
+2 −2 velox/dwio/dwrf/test/WriterTest.cpp
+2 −2 velox/dwio/dwrf/test/utils/E2EWriterTestUtil.cpp
+3 −2 velox/dwio/parquet/tests/writer/ParquetWriterTest.cpp
+3 −1 velox/exec/ExchangeClient.cpp
+16 −12 velox/exec/TableScan.cpp
+17 −6 velox/exec/tests/TableScanTest.cpp
+3 −3 velox/external/date/date.h
+3 −3 velox/external/date/ios.h
+75 −0 velox/external/date/patches/0004-update-header-guards-pr-10269.patch
+3 −3 velox/external/date/tz.h
+3 −3 velox/external/date/tz_private.h

0 comments on commit 289ecb9

Please sign in to comment.