Skip to content

Commit

Permalink
ESQL: Fix build
Browse files Browse the repository at this point in the history
Two PRs pass in the night. Now we can't build. This fixes it.
  • Loading branch information
nik9000 committed Oct 27, 2023
1 parent 348383b commit 5e22c27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,4 @@ protected void assertSimpleOutput(List<Page> input, List<Page> results) {
protected ByteSizeValue smallEnoughToCircuitBreak() {
return ByteSizeValue.ofBytes(between(1, 32));
}

@Override
protected DriverContext driverContext() {
return breakingDriverContext();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,4 @@ public void close() {}
result.releaseBlocks();
}
}

@Override
protected DriverContext driverContext() {
return breakingDriverContext();
}

@Override
protected DriverContext driverContext() {
return nonBreakingDriverContext();
}
}

0 comments on commit 5e22c27

Please sign in to comment.