pan3793 commented on code in PR #4804:
URL: https://github.com/apache/zeppelin/pull/4804#discussion_r1732142374


##########
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/InterpreterContext.java:
##########
@@ -51,7 +52,7 @@ public static void remove() {
     allContexts.remove(Thread.currentThread());
   }
 
-  public static ConcurrentHashMap<Thread, InterpreterContext> getAllContexts() 
{
+  public static ConcurrentMap<Thread, InterpreterContext> getAllContexts() {

Review Comment:
   This looks like a public API and is likely invoked by interpreter authors, I 
would not touch it.



-- 
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: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to