Skip to content

Commit

Permalink
remove ScaledResoureInputDataSource for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Sep 25, 2024
1 parent 9d19a96 commit dd1905d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ public class NoopRowIngestionMeters implements RowIngestionMeters
{
private static final RowIngestionMetersTotals EMPTY_TOTALS = new RowIngestionMetersTotals(0, 0, 0, 0, 0);

public static final NoopRowIngestionMeters INSTANCE = new NoopRowIngestionMeters();

@Override
public long getProcessed()
{
Expand Down

This file was deleted.

0 comments on commit dd1905d

Please sign in to comment.