jorisvandenbossche commented on issue #45129: URL: https://github.com/apache/arrow/issues/45129#issuecomment-2571586733
While those warnings are a bit annoying, I am not sure we can do anything about them? (unless there might be a way to hide them specifically) Those warnings come from functionality we have deprecated ourselves, but as long as we are in the deprecation process, we still _include_ the deprecated functionality, and therefore can trigger some build warnings. At least that is the case for the serialization one. For decimal it looks like an actual usage of a deprecated Arrow C++ function in the PyArrow C++ code, so that can of course be fixed to use a newer variant. -- 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