dongjoon-hyun commented on code in PR #46430:
URL: https://github.com/apache/spark/pull/46430#discussion_r1592978468
##########
python/pyspark/sql/tests/test_readwriter.py:
##########
@@ -245,6 +246,8 @@ def test_create(self):
df.writeTo("test_table").using("parquet").create()
self.assertEqual(100, self.spark.sql("select * from
test_table").count())
+ @unittest.skipIf(
+ "SPARK_SKIP_CONNECT_COMPAT_TESTS" in os.environ, "Known behavior
change in 4.0")
Review Comment:
It seems that `branch-3.5` has different linter rule.
I made a follow-up to recover `branch-3.5` CI.
- https://github.com/apache/spark/pull/46445
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]