steveloughran opened a new pull request #30: URL: https://github.com/apache/hbase-filesystem/pull/30
Adds support for the openFile(path) method which returns a builder to open a file. Currently this falls through to the wrapped class. With this patch a builder is returned which acquires a lock in the final build() call, not when the openFile(path) method is invoked -as that does not trigger any file IO. openFile(PathHandle) is rejected as unsupported. This doesn't build with the hadoop-3.2 profile, but that didn't seem to build anyway. -- 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]
