hiroyuki-sato commented on issue #44810: URL: https://github.com/apache/arrow/issues/44810#issuecomment-3589022485
@raulcd Thank you for your advice. I heard that the `Status` version of `FileReader::Make` would be deprecated once the `Result` version was created. Therefore, I changed the body of the `Status` version to call the `Result` version, and the tests also use the `Result` version. I'll change other `FileReader::Make ` parts on another PR in the `arrow_reader_writer_test.cc`. -- 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]
