rdblue commented on code in PR #4489:
URL: https://github.com/apache/iceberg/pull/4489#discussion_r842980961


##########
dell/src/main/java/org/apache/iceberg/dell/ecs/EcsOutputFile.java:
##########
@@ -25,18 +25,33 @@
 import org.apache.iceberg.io.InputFile;
 import org.apache.iceberg.io.OutputFile;
 import org.apache.iceberg.io.PositionOutputStream;
+import org.apache.iceberg.metrics.MetricsContext;
 
 class EcsOutputFile extends BaseEcsFile implements OutputFile {
+
+  /**
+   * @deprecated moving to package-private in 0.15.0
+   */
+  @Deprecated

Review Comment:
   Actually, the class is already package-private, so we can just remove it. 
Sorry I didn't notice that before.



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