AlenkaF commented on issue #36983: URL: https://github.com/apache/arrow/issues/36983#issuecomment-1723449518
The issue with the `FileInfo` returning base directory as part of the results has been fixed with https://github.com/apache/arrow/pull/37558. But there is another issue (as reported here) where in case of `fsspec_s3fs` 0 length files are created for every subdirectory. If the subdirectory is empty, the only thing that seems to be created is 0 length file, without info item with directory type. `S3FileSystem` only includes the item with the directory type, if the dir is empty or not (ignoring the base directory). I guess we want the behaviour in `FSSpecHandler` to be equal to `S3FileSystem` ? -- 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]
