ueshin commented on code in PR #52467: URL: https://github.com/apache/spark/pull/52467#discussion_r2408559407
########## python/pyspark/sql/tests/connect/test_connect_collection.py: ########## @@ -25,6 +26,38 @@ class SparkConnectCollectionTests(ReusedMixedTestCase, PandasOnSparkTestUtils): + def connect_conf(self, conf_dict): Review Comment: nit: how about moving this and `both_conf` to `ReusedMixedTestCase` to be reusable? -- 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]
