liuxunorg commented on a change in pull request #107: SUBMARINE-277. Support
Spark Interpreter add sparkSQL interpreter
URL: https://github.com/apache/submarine/pull/107#discussion_r350597895
##########
File path:
submarine-workbench/interpreter/spark-interpreter/src/test/java/org/apache/submarine/interpreter/SparkInterpreterTest.java
##########
@@ -48,6 +47,8 @@
@Before
public void setUp() {
mockRemoteEventClient = mock(RemoteInterpreterEventClient.class);
+ //SparkInterpreter will change the current thread's classLoader
Review comment:
`//SparkInterpreter` need to add a space.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]