Github user zsxwing commented on a diff in the pull request:

    https://github.com/apache/spark/pull/15695#discussion_r85789882
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingQueryListenerSuite.scala
 ---
    @@ -206,6 +209,45 @@ class StreamingQueryListenerSuite extends StreamTest 
with BeforeAndAfter {
         assert(queryQueryTerminated.exception === newQueryTerminated.exception)
       }
     
    +  test("ReplayListenerBus should ignore broken event jsons generated in 
2.0.0") {
    +    // query-event-logs-version-2.0.0.txt has all types of events 
generated by
    +    // Structured Streaming in Spark 2.0.0.
    +    // SparkListenerApplicationEnd is the only valid event and it's the 
last event. We use it
    +    // to verify that we can skip broken jsons generated by Structured 
Streaming.
    +    
testReplayListenerBusWithBorkenEventJsons("query-event-logs-version-2.0.0.txt")
    --- End diff --
    
    > Typo: Borken -> Broken
    
    Fixed


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to