asdf2014 commented on code in PR #16676:
URL: https://github.com/apache/druid/pull/16676#discussion_r1668134197


##########
server/src/main/java/org/apache/druid/segment/metadata/AbstractSegmentMetadataCache.java:
##########
@@ -199,8 +199,9 @@ public abstract class AbstractSegmentMetadataCache<T 
extends DataSourceInformati
   /**
    * Map of datasource and generic object extending DataSourceInformation.
    * This structure can be accessed by {@link #cacheExec} and {@link 
#callbackExec} threads.
+   * It contains schema for datasources with atleast 1 available segment.

Review Comment:
   ```suggestion
      * It contains schema for datasources with at least 1 available segment.
   ```



-- 
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]

Reply via email to