gyogal commented on pull request #33936:
URL: https://github.com/apache/spark/pull/33936#issuecomment-916038140


   Unfortunately it seems one of the two unit tests I added fails with Scala 
2.13. This is because after SPARK-30090, the prompt is not yet available after 
the welcome message, so it is too early to start the timer then. In the 
2.11/2.12 REPL it is possible to start running commands once the message is 
printed but the 2.13 code initializes the Spark session afterwards which takes 
a couple of seconds and this change in behavior is not what the unit test 
expects. 
   
   I will look into this and fix this in an update to this PR.


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