milesgranger commented on code in PR #14729: URL: https://github.com/apache/arrow/pull/14729#discussion_r1034645696
########## python/pyarrow/tests/parquet/test_datetime.py: ########## @@ -297,6 +297,8 @@ def test_coerce_int96_timestamp_unit(unit): @pytest.mark.pandas @pytest.mark.parametrize('pq_reader_method', ['ParquetFile', 'read_table']) +@pytest.mark.filterwarnings( + "ignore:Discarding nonzero nanoseconds in conversion:UserWarning") Review Comment: Should I move to a `warnings.catch` over this line specifically then to make it more clear where the warning is being raised? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org