Skip to content

Commit

Permalink
Logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Dec 17, 2024
1 parent ab309fe commit e15cf4e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,8 @@ default void cardinalityAndStreaming(
}
);
};
log.info("Skip to 5000");
skipAndStream.accept(5000);
log.info("Skip to 100 000");
skipAndStream.accept(100_000);
log.info("Skip to 500 000");
skipAndStream.accept(500_000);

} catch (NotStreamable ns) {
Expand Down

0 comments on commit e15cf4e

Please sign in to comment.