Skip to content

Commit

Permalink
Revert "Exclude pipe method from CassandraRowStream as it seems to fa…
Browse files Browse the repository at this point in the history
…il compilation"

This reverts commit e235234.
  • Loading branch information
vietj committed Mar 16, 2023
1 parent e235234 commit 936ebce
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/io/vertx/cassandra/CassandraRowStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import io.vertx.core.AsyncResult;
import io.vertx.core.Future;
import io.vertx.core.Handler;
import io.vertx.core.streams.Pipe;
import io.vertx.core.streams.ReadStream;
import io.vertx.core.streams.WriteStream;

Expand Down Expand Up @@ -77,11 +76,4 @@ default Future<Void> pipeTo(WriteStream<Row> dst) {
*/
@GenIgnore(GenIgnore.PERMITTED_TYPE)
ColumnDefinitions columnDefinitions();

// Temporari work around
@GenIgnore
@Override
default Pipe<Row> pipe() {
return ReadStream.super.pipe();
}
}

0 comments on commit 936ebce

Please sign in to comment.