dongjoon-hyun commented on pull request #29701:
URL: https://github.com/apache/spark/pull/29701#issuecomment-689981755


   I verified again locally. It works.
   
   Given the error message from Jenkins, the map seems to be overwritten to the 
read options back again by the streaming query. If not, it should fail before 
reaching `checkpointLocation` because we verify 
`assert(LastOptions.parameters("opt1") == "5")` before.
   ```
   sbt.ForkMain$ForkError: org.scalatest.exceptions.TestFailedException: 
Map("opt3" -> "3", "opt2" -> "2", "opt1" -> "1") did not contain key 
"checkpointLocation"
        at 
org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
   ```
   
   To sum up, this looks like a long-standing flakiness between 
`LastOptions.parameters` and the dummy provider `class DefaultSource extends 
StreamSourceProvider with StreamSinkProvider` 


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to