JesseLovelace commented on PR #47503: URL: https://github.com/apache/arrow/pull/47503#issuecomment-3530021779
@kou I think splitting them into separate PRs would be a problem, because there are some ways that these dependencies only work together when they're updated together. For example, some update to absl over the years removes certain absl libraries, like `bad_optional_access`. But old versions of protobuf depend on `bad_optional_access`. If we were to update absl without updating protobuf, then protobuf wouldn't compile. I think it's best to update them together. -- 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]
