HyunWooZZ opened a new pull request, #46416:
URL: https://github.com/apache/arrow/pull/46416

   Rationale for this change
   Result GetFileInfo(const GcsPath& path) method is changed.
   Before this change, It return directory. However it should be return not 
found info.
   So i added code that iterator is valid
   
   What changes are included in this PR?
   AS-IS
   
   if (list_result.begin() != list_result.end()) 
   TO-BE
   
   if (list_result.begin() != list_result.end() && *list_result.begin()) 
   Are these changes tested?
   Yes I did locally.
   
   Are there any user-facing changes?
   No
   
   GitHub Issue: https://github.com/apache/arrow/issues/46414


-- 
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

Reply via email to