MaxKellermann commented on pull request #20: URL: https://github.com/apache/commons-vfs/pull/20#issuecomment-758895616
Unit test failures because the `HdfsFileObject` class is a big fuckup ... it calls the internal method `doAttach()`, circumventing `attach()`, i.e. the base class `AbstractFileObject` can't keep the `attached` flag up to date and thus never calls `doDetach()`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
