rajarshisarkar commented on a change in pull request #4450:
URL: https://github.com/apache/iceberg/pull/4450#discussion_r840248122



##########
File path: 
aliyun/src/main/java/org/apache/iceberg/aliyun/oss/OSSInputStream.java
##########
@@ -51,6 +51,10 @@
   private final Counter<Long> readBytes;
   private final Counter<Integer> readOperations;
 
+  /**
+   * @deprecated moving to package-private in 0.15.0
+   */
+  @Deprecated

Review comment:
       Yes, that would maintain parity with `GCSInputStream`, 
`EcsSeekableInputStream`, and `S3InputStream` as well.




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