AlenkaF commented on code in PR #45849:
URL: https://github.com/apache/arrow/pull/45849#discussion_r2012271354


##########
python/pyarrow/tests/test_pandas.py:
##########
@@ -4891,20 +4886,6 @@ def make_df_with_timestamps():
     return df
 
 
[email protected]
[email protected]("ignore:Parquet format '2.0':FutureWarning")
-def test_timestamp_as_object_parquet(tempdir):
-    # Timestamps can be stored as Parquet and reloaded into Pandas with no loss
-    # of information if the timestamp_as_object option is True.
-    df = make_df_with_timestamps()
-    table = pa.Table.from_pandas(df)
-    filename = tempdir / "timestamps_from_pandas.parquet"
-    pq.write_table(table, filename, version="2.0")

Review Comment:
   https://github.com/apache/arrow/pull/45849#discussion_r2012270921



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

Reply via email to