ianmcook commented on code in PR #46529:
URL: https://github.com/apache/spark/pull/46529#discussion_r1608855875
##########
python/pyspark/sql/tests/test_arrow.py:
##########
@@ -315,6 +346,17 @@ def check_create_data_frame_to_pandas_timestamp_ntz(self,
arrow_enabled):
pdf = df.toPandas()
assert_frame_equal(origin, pdf)
Review Comment:
Each new Arrow test here is based on an existing pandas test above it. For
example:
- `test_create_data_frame_to_arrow_timestamp_ntz` is based on
`test_create_data_frame_to_pandas_timestamp_ntz`
- `test_createDataFrame_arrow_respect_session_timezone` is based on
`test_createDataFrame_pandas_respect_session_timezone`
... and so on. I renamed the pandas ones with `pandas` in the name for
clarity.
--
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]