piyushka-ally commented on code in PR #49590:
URL: https://github.com/apache/arrow/pull/49590#discussion_r3028750590


##########
python/pyarrow/tests/test_feather.py:
##########
@@ -882,3 +889,58 @@ def 
test_feather_datetime_resolution_arrow_to_pandas(tempdir):
 
     assert expected_0 == result['date'][0]
     assert expected_1 == result['date'][1]
+
+
+# --- Deprecation warning tests ---
+
[email protected]("default:pyarrow.feather:FutureWarning")

Review Comment:
   Good point. Merged test_write_feather_deprecated, 
test_read_table_deprecated, and test_read_feather_deprecated into a single 
test_feather_deprecation_warnings function in 5d51d143d1.



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