Spenserrrr commented on code in PR #57435:
URL: https://github.com/apache/spark/pull/57435#discussion_r3635803653


##########
dev/sparktestsupport/modules.py:
##########
@@ -523,6 +523,7 @@ def __hash__(self):
         # unittests for upstream projects
         "pyspark.tests.upstream.pyarrow.test_pyarrow_array_cast",
         "pyspark.tests.upstream.pyarrow.test_pyarrow_array_type_inference",
+        
"pyspark.tests.upstream.pyarrow.test_pyarrow_arrow_to_pandas_coerce_temporal",

Review Comment:
   I renamed the file to test_pyarrow_arrow_to_pandas_non_default.py and gave 
it a shared `_PyArrowToPandasTestBase`, so all non-default to_pandas flags live 
in one file. zero_copy tests (SPARK-54945) can be added here later as another 
class/method rather than a new file. I also still kept ..._default.py 
separately.



-- 
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]

Reply via email to