manika137 commented on code in PR #8050:
URL: https://github.com/apache/hadoop/pull/8050#discussion_r2485224963


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/utils/TracingContext.java:
##########
@@ -389,4 +389,11 @@ public void setReadType(ReadType readType) {
       listener.updateReadType(readType);
     }
   }
+
+  /**
+   * Returns the read type for the current operation.
+   */
+  public ReadType getReadType() {

Review Comment:
   We are using this in AbfsClient- which is in a different package



-- 
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]

Reply via email to