snvijaya commented on a change in pull request #2520:
URL: https://github.com/apache/hadoop/pull/2520#discussion_r543098890
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsInputStream.java
##########
@@ -107,6 +122,15 @@ public String getPath() {
return path;
}
+ private String getInputStreamID() {
+ return StringUtils.right(UUID.randomUUID().toString(), STREAM_ID_LEN);
+ }
+
+ public void registerListener(Listener listener1) {
Review comment:
Same as before. Methods used by test need to be private and annotated
with VisibleForTesting
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]