Skip to content

Commit

Permalink
The all-important spotless whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Oct 19, 2023
1 parent a7c648e commit c7b6c52
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ public Future<Metrics> fetchSnapshotData(String table, Consumer<ResultTable> tab
try {
BarrageSubscriptionOptions options = BarrageSubscriptionOptions.builder().build();
TableHandleManager snapshotManager = session.session().batch();

TableCreationLogic logic = findTable(table).ticket().ticketId().table().logic();
TableHandle handle = snapshotManager.executeLogic(logic);
BarrageSubscription subscription = session.subscribe(handle, options);

BarrageTable snapTable = subscription.snapshotEntireTable();
tableHandler.accept(CachedResultTable.create(snapTable));
return new Subscription(handle, subscription);
Expand Down

0 comments on commit c7b6c52

Please sign in to comment.