Reranko05 commented on PR #49660: URL: https://github.com/apache/arrow/pull/49660#issuecomment-4205424821
Hi @kou, thanks for confirming! I’ve updated `base64_decode()` to `return arrow::Result<std::string>` and added validation for invalid inputs (length, padding, and non-base64 characters). I also updated the tests accordingly. All tests are passing locally. Please let me know if you’d like any changes or adjustments. -- 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]
