Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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<int32_t>();
Expand All @@ -421,7 +421,7 @@ std::string toString(exec::SerializedPage* page) {
return std::string(data);
}

std::unique_ptr<exec::SerializedPage> waitForNextPage(
std::unique_ptr<exec::SerializedPageBase> waitForNextPage(
const std::shared_ptr<exec::ExchangeQueue>& queue) {
bool atEnd;
facebook::velox::ContinueFuture future;
Expand Down
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 126 files
Loading