rdblue commented on a change in pull request #4393:
URL: https://github.com/apache/iceberg/pull/4393#discussion_r836568512
##########
File path: aliyun/src/main/java/org/apache/iceberg/aliyun/oss/OSSInputFile.java
##########
@@ -24,17 +24,19 @@
import org.apache.iceberg.exceptions.ValidationException;
import org.apache.iceberg.io.InputFile;
import org.apache.iceberg.io.SeekableInputStream;
+import org.apache.iceberg.metrics.MetricsContext;
+@Deprecated
Review comment:
Can you add some context for this? Usually, we add javadoc to explain
the deprecation:
```java
/**
* @deprecated moving to package-private in 0.15.0; use OSSFileIO to
create InputFile instances
*/
```
--
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]