findingrish commented on code in PR #15475:
URL: https://github.com/apache/druid/pull/15475#discussion_r1445084145
##########
server/src/main/java/org/apache/druid/segment/metadata/AbstractSegmentMetadataCache.java:
##########
@@ -107,16 +107,16 @@
*/
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;
+
// Newest segments first, so they override older ones.
- private static final Comparator<SegmentId> SEGMENT_ORDER = Comparator
+ protected static final Comparator<SegmentId> SEGMENT_ORDER = Comparator
Review Comment:
Visibility is changed for a couple of fields.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]