Skip to content
Merged
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 @@ -37,11 +37,6 @@ class ShuffleReader {
public:
virtual ~ShuffleReader() = default;

/// Deprecate, do not use!
virtual bool hasNext() {
return true;
}

/// Reads the next block of data. The function returns null if it has read all
/// the data. The function throws if run into any error.
virtual velox::BufferPtr next() = 0;
Expand Down