felipecrv commented on issue #38618: URL: https://github.com/apache/arrow/issues/38618#issuecomment-1823500987
@jorisvandenbossche I think this is the right fix. `FileInfo` is probably normalizing paths to "files" and "directories" to never have a trailing `/` like a real filesystem API would do, but to ask S3 to delete a directory (a concept they don't have), the client has to ask for the deletion of the empty object with a key ending with `/` as that is the convention used to represent the existence of an empty directory on an object store like S3. -- 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]
