Skip to content

Commit

Permalink
Remove deprecated ExchangeSource::supportsFlowControlV2 API
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasmanova committed Feb 9, 2024
1 parent d1d4f1e commit 53a0050
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions velox/exec/ExchangeSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ class ExchangeSource : public std::enable_shared_from_this<ExchangeSource> {
std::shared_ptr<ExchangeQueue> queue,
memory::MemoryPool* pool);

/// Temporary API to indicate whether 'request(maxBytes, maxWaitSeconds)' API
/// is supported.
virtual bool supportsFlowControlV2() const {
VELOX_UNREACHABLE();
}

/// Temporary API to indicate whether 'metrics()' API
/// is supported.
virtual bool supportsMetrics() const {
Expand Down

0 comments on commit 53a0050

Please sign in to comment.