holdenk commented on code in PR #58612:
URL: https://github.com/apache/spark/pull/58612#discussion_r4042805029


##########
common/network-common/src/main/java/org/apache/spark/network/server/AbstractAuthRpcHandler.java:
##########
@@ -83,7 +86,7 @@ public final StreamCallbackWithID receiveStream(
 
   @Override
   public StreamManager getStreamManager() {
-    return delegate.getStreamManager();
+    return new AuthCheckingStreamManager(delegate.getStreamManager());

Review Comment:
   Yeah that's fair



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