HyukjinKwon commented on code in PR #50365: URL: https://github.com/apache/spark/pull/50365#discussion_r2017705309
########## python/pyspark/sql/tests/test_utils.py: ########## @@ -1802,6 +1802,38 @@ def test_assert_data_frame_equal_not_support_streaming(self): self.assertTrue(exception_thrown) + def test_assert_schema_equal_with_decimal_types(self): + """Test assertSchemaEqual with decimal types of different precision and scale + (SPARK-51062).""" Review Comment: ```suggestion ``` ########## python/pyspark/sql/tests/test_utils.py: ########## @@ -1802,6 +1802,38 @@ def test_assert_data_frame_equal_not_support_streaming(self): self.assertTrue(exception_thrown) + def test_assert_schema_equal_with_decimal_types(self): + """Test assertSchemaEqual with decimal types of different precision and scale + (SPARK-51062).""" Review Comment: ```suggestion ``` ########## python/pyspark/sql/tests/test_utils.py: ########## @@ -1802,6 +1802,38 @@ def test_assert_data_frame_equal_not_support_streaming(self): self.assertTrue(exception_thrown) + def test_assert_schema_equal_with_decimal_types(self): + """Test assertSchemaEqual with decimal types of different precision and scale + (SPARK-51062).""" Review Comment: ```suggestion ``` -- 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: reviews-unsubscr...@spark.apache.org 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