Skip to content

Commit ae39b25

Browse files
amitkduttaczentgr
andauthored
chore(ci): Advance velox (#26715)
``` == NO RELEASE NOTE == ``` --------- Co-authored-by: Christian Zentgraf <czentgr@us.ibm.com>
1 parent c526fa0 commit ae39b25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

presto-native-execution/presto_cpp/main/tests/PrestoExchangeSourceTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ class Producer {
411411
bool receivedDeleteResults_ = false;
412412
};
413413

414-
std::string toString(exec::SerializedPage* page) {
414+
std::string toString(exec::SerializedPageBase* page) {
415415
auto input = page->prepareStreamForDeserialize();
416416

417417
auto numBytes = input->read<int32_t>();
@@ -421,7 +421,7 @@ std::string toString(exec::SerializedPage* page) {
421421
return std::string(data);
422422
}
423423

424-
std::unique_ptr<exec::SerializedPage> waitForNextPage(
424+
std::unique_ptr<exec::SerializedPageBase> waitForNextPage(
425425
const std::shared_ptr<exec::ExchangeQueue>& queue) {
426426
bool atEnd;
427427
facebook::velox::ContinueFuture future;

presto-native-execution/velox

Submodule velox updated 126 files

0 commit comments

Comments
 (0)