Skip to content

Commit

Permalink
Remove deprecated ExchangeSource::supportsFlowControlV2 API (facebook…
Browse files Browse the repository at this point in the history
…incubator#8714)

Summary: Pull Request resolved: facebookincubator#8714

Reviewed By: Yuhta

Differential Revision: D53608238

Pulled By: mbasmanova

fbshipit-source-id: 9f09da94b1aef2228ce8893ef0522106fc127496
  • Loading branch information
mbasmanova authored and facebook-github-bot committed Feb 9, 2024
1 parent d1d4f1e commit 9838c7e
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 9838c7e

Please sign in to comment.