Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
findingrish committed Jul 16, 2024
1 parent c2ba719 commit 499eee9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
*/
public abstract class AbstractSegmentMetadataCache<T extends DataSourceInformation>
{


private static final EmittingLogger log = new EmittingLogger(AbstractSegmentMetadataCache.class);
private static final int MAX_SEGMENTS_PER_QUERY = 15000;
private static final long DEFAULT_NUM_ROWS = 0;
Expand Down

0 comments on commit 499eee9

Please sign in to comment.