steveloughran commented on code in PR #2584:
URL: https://github.com/apache/hadoop/pull/2584#discussion_r853241725
##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/impl/FutureIOSupport.java:
##########
@@ -136,56 +129,39 @@ private FutureIOSupport() {
* @param <U> type of builder
* @return the builder passed in.
*/
+ @Deprecated
Review Comment:
FutureIOSupport is private fs.impl, tagged private unstable. only FS
implementations should be using it. I've just made sure there are no refs in
our own code, so it's only needed to ensure that third party code still links
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]