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

    https://github.com/apache/spark/pull/22140#discussion_r215483530
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -269,6 +269,10 @@ def test_struct_field_type_name(self):
             struct_field = StructField("a", IntegerType())
             self.assertRaises(TypeError, struct_field.typeName)
     
    +    def test_invalid_create_row(slef):
    +        rowClass = Row("c1", "c2")
    --- End diff --
    
    nit: `rowClass` -> `row_class`


---

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

Reply via email to