manika137 commented on code in PR #7832:
URL: https://github.com/apache/hadoop/pull/7832#discussion_r2466433816
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/ReadBuffer.java:
##########
@@ -44,17 +47,34 @@ class ReadBuffer {
private boolean isFirstByteConsumed = false;
private boolean isLastByteConsumed = false;
private boolean isAnyByteConsumed = false;
+ private AtomicInteger refCount = new AtomicInteger(0);
private IOException errException = null;
public AbfsInputStream getStream() {
return stream;
}
+ public String getETag() {
Review Comment:
can this return null?
--
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]