milesgranger commented on code in PR #14729:
URL: https://github.com/apache/arrow/pull/14729#discussion_r1034607305
##########
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'])
[email protected](
+ "ignore:Discarding nonzero nanoseconds in conversion:UserWarning")
Review Comment:
Haivng a hard time getting it to show up agaiin locally, but it's iin CI:
https://github.com/milesgranger/arrow/actions/runs/3573348441/jobs/6007303891#step:6:5679
I _think_ it's coming from `tab_correct.to_pandas` call. But not sure, will
try more to get it to happen locally.
--
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]