mro68 commented on PR #7059: URL: https://github.com/apache/opendal/pull/7059#issuecomment-3672370560
The failing HDFS behavior test (`test_list_empty_dir`) is unrelated to the GDrive changes in this PR. This PR only modifies files in `core/src/services/gdrive/`, while the test failure occurs in the HDFS backend. The test expects 1 entry when listing an empty directory (the directory itself), but HDFS returns 0 entries. This appears to be a pre-existing issue with the HDFS backend, not caused by the changes in this PR. All GDrive-specific tests are passing. Could a maintainer confirm whether this HDFS test failure is a known issue? Thank you! 🙏 -- 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]
