This is an automated email from the ASF dual-hosted git repository.

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new fcb908d  Make buildQueryRunnerForSegment protected in 
ServerManager(#11493)
fcb908d is described below

commit fcb908d505e48c383f3a2e41c254a0e32821c02f
Author: Abhishek Agarwal <[email protected]>
AuthorDate: Sat Jul 24 11:08:28 2021 +0530

    Make buildQueryRunnerForSegment protected in ServerManager(#11493)
    
    This is a minor change in ServerManager. Any sub-class can access the 
buildQueryRunnerForSegment in an extension if required.
---
 .../main/java/org/apache/druid/server/coordination/ServerManager.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/src/main/java/org/apache/druid/server/coordination/ServerManager.java 
b/server/src/main/java/org/apache/druid/server/coordination/ServerManager.java
index 7f2b811..278f183 100644
--- 
a/server/src/main/java/org/apache/druid/server/coordination/ServerManager.java
+++ 
b/server/src/main/java/org/apache/druid/server/coordination/ServerManager.java
@@ -238,7 +238,7 @@ public class ServerManager implements QuerySegmentWalker
     );
   }
 
-  <T> QueryRunner<T> buildQueryRunnerForSegment(
+  protected <T> QueryRunner<T> buildQueryRunnerForSegment(
       final Query<T> query,
       final SegmentDescriptor descriptor,
       final QueryRunnerFactory<T, Query<T>> factory,

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to