jorisvandenbossche commented on PR #51404:
URL: https://github.com/apache/arrow/pull/51404#issuecomment-5809067686

   Some remaining warnings I am seeing in the logs:
   
   ```
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
     
/opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py:2647:
 Pandas4Warning: DatetimeIndex.dayofweek is deprecated and will be removed in a 
future version. Use DatetimeIndex.day_of_week instead.
       dayofweek = ts.dt.dayofweek.astype("int64")
   
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py::test_extract_datetime_components
     
/opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_compute.py:2648:
 Pandas4Warning: DatetimeIndex.dayofyear is deprecated and will be removed in a 
future version. Use DatetimeIndex.day_of_year instead.
       dayofyear = ts.dt.dayofyear.astype("int64")
   
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_dataset.py::test_make_fragment
     
/opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_dataset.py:243:
 Pandas4Warning: DatetimeIndex.dayofweek is deprecated and will be removed in a 
future version. Use DatetimeIndex.day_of_week instead.
       for part, chunk in df_b.groupby([df_b.date.dt.dayofweek, df_b.color]):
   
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_pandas.py::TestConvertMetadata::test_column_index_names_datetime[None]
   
opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_pandas.py::TestConvertMetadata::test_column_index_names_datetime[Europe/Brussels]
     
/opt/conda/envs/arrow/lib/python3.14/site-packages/pyarrow/tests/test_pandas.py:126:
 Pandas4Warning: assert_index_equal will check the 'freq' attribute by default 
in a future version; these freqs None and <50 * Days> do not match. Pass 
check_freq=True or check_freq=False to silence this warning
       tm.assert_frame_equal(result, expected, check_dtype=check_dtype,
   ```
   


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