raulcd commented on issue #45129: URL: https://github.com/apache/arrow/issues/45129#issuecomment-2575184236
Thanks @jorisvandenbossche, I see some of the warninds are for the serialize/deserialize functionality in pyarrow which I am not sure how could we mark as not to raise an error vs the others. I've pushed a PR with changes around a couple places related to Arrow C++ which are the ones that I would expect to get caught. There are other deprecation warnings around PARQUET_V2 which I am also unsure on whether we should fix those or not: ``` warning: 'parquet::ParquetVersion::PARQUET_2_0' is deprecated: use PARQUET_2_4 or PARQUET_2_6 for fine-grained feature selection [-Wdeprecated-declarations] ``` I tested setting `PYARROW_CXXFLAGS="-Werror=deprecated-declarations"` locally and that would fail the build with the existing deprecations. -- 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