duanmeng commented on code in PR #43:
URL: https://github.com/apache/incubator-uniffle/pull/43#discussion_r918838492


##########
coordinator/src/main/java/org/apache/uniffle/coordinator/AccessChecker.java:
##########
@@ -20,15 +20,20 @@
 import java.io.Closeable;
 
 /**
- *  Interface for checking the access info from the client-side.
+ *  Abstract class for checking the access info from the client-side.
  */
-public interface AccessChecker extends Closeable {
+public abstract class AccessChecker implements Closeable {
+  protected AccessManager accessManager;

Review Comment:
   Why do we need a member `AccessManager` since we only need to use it to 
extract confs in the checker's constructor?



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