zhengruifeng commented on code in PR #53678:
URL: https://github.com/apache/spark/pull/53678#discussion_r2660963806
##########
python/pyspark/sql/tests/arrow/test_arrow.py:
##########
@@ -1538,22 +1538,6 @@ def check_createDataFrame_pandas_nested_timestamp(self,
arrow_enabled):
self.assertEqual(df.first(), expected)
- def test_createDataFrame_arrow_nested_timestamp(self):
- from pyspark.sql.pandas.types import to_arrow_schema
-
- schema = self.schema_nested_timestamp
- data = self.data_nested_timestamp
- pdf = pd.DataFrame.from_records(data, columns=schema.names)
- arrow_schema = to_arrow_schema(schema, timestamp_utc=False)
Review Comment:
this test converts timezone aware timestampe as a timestampeNTZ, seems not
make sense
--
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]