Reranko05 commented on PR #49660: URL: https://github.com/apache/arrow/pull/49660#issuecomment-4188331125
@kou I checked the current usages of `base64_decode()`, and it appears to be used in a very limited number of places (primarily in tests and one internal call site in `flight_test.cc`). Updating to `arrow::Result<std::string>` would require adjusting those call sites to use `ARROW_ASSIGN_OR_RAISE`, but the impact seems quite localized and manageable. I can proceed with the API change and update the affected call sites accordingly. -- 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]
