From 478a41310d93727622dd6a22756d9a658fb70f59 Mon Sep 17 00:00:00 2001 From: Amit Dutta Date: Thu, 27 Nov 2025 11:51:56 -0800 Subject: [PATCH 1/2] chore(ci): Advance velox --- presto-native-execution/velox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presto-native-execution/velox b/presto-native-execution/velox index a2c77748eab7..7eaf45f96080 160000 --- a/presto-native-execution/velox +++ b/presto-native-execution/velox @@ -1 +1 @@ -Subproject commit a2c77748eab7dab8c0728afe3373a6bff59a05da +Subproject commit 7eaf45f96080b13ccd06c7ac414e19f50a21f71b From 1aefe4fa8f7d68e2e166a2ebd5587df151457c22 Mon Sep 17 00:00:00 2001 From: Christian Zentgraf Date: Tue, 2 Dec 2025 18:01:12 -0500 Subject: [PATCH 2/2] chore(ci): Advance velox --- .../presto_cpp/main/tests/PrestoExchangeSourceTest.cpp | 4 ++-- presto-native-execution/velox | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/presto-native-execution/presto_cpp/main/tests/PrestoExchangeSourceTest.cpp b/presto-native-execution/presto_cpp/main/tests/PrestoExchangeSourceTest.cpp index d48d3fb4fb62..77a3892b36d5 100644 --- a/presto-native-execution/presto_cpp/main/tests/PrestoExchangeSourceTest.cpp +++ b/presto-native-execution/presto_cpp/main/tests/PrestoExchangeSourceTest.cpp @@ -411,7 +411,7 @@ class Producer { bool receivedDeleteResults_ = false; }; -std::string toString(exec::SerializedPage* page) { +std::string toString(exec::SerializedPageBase* page) { auto input = page->prepareStreamForDeserialize(); auto numBytes = input->read(); @@ -421,7 +421,7 @@ std::string toString(exec::SerializedPage* page) { return std::string(data); } -std::unique_ptr waitForNextPage( +std::unique_ptr waitForNextPage( const std::shared_ptr& queue) { bool atEnd; facebook::velox::ContinueFuture future; diff --git a/presto-native-execution/velox b/presto-native-execution/velox index 7eaf45f96080..ba2d78eee973 160000 --- a/presto-native-execution/velox +++ b/presto-native-execution/velox @@ -1 +1 @@ -Subproject commit 7eaf45f96080b13ccd06c7ac414e19f50a21f71b +Subproject commit ba2d78eee973be24c0cb595d9f7f7c9a8e13baa2