rok commented on PR #8162: URL: https://github.com/apache/arrow-rs/pull/8162#issuecomment-3302377232
@alamb the deprecation warning comes from `pub get_column_writers` and `pub append_row_group` being added to `AsyncArrowWriter` [since last release](https://github.com/apache/arrow-rs/pull/8262). These (append_row_group, append_row_group) were added to `ArrowWriter` just prior the last release, but turned out to not be great API for [downstream](https://github.com/apache/datafusion/pull/16738) writing due to locking issues so we decided to deprecate them to as they were not needed and to reduce `pub` area as [suggested here](https://github.com/apache/arrow-rs/pull/7818#discussion_r2201592759). We would suggest removing `pub get_column_writers` and `pub append_row_group` from both `ArrowWriter` and `AsyncArrowWriter` before the next release and this PR reflects that. -- 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