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

    https://github.com/apache/spark/pull/20309#discussion_r162319094
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -1518,6 +1518,12 @@ def test_stream_trigger(self):
             except ValueError:
                 pass
     
    +        # Should not take multiple args
    +        try:
    --- End diff --
    
    @tdas, could we maybe test this by `assertRaises` if it checks raising an 
exception? 


---

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

Reply via email to