rajarshisarkar commented on code in PR #4489:
URL: https://github.com/apache/iceberg/pull/4489#discussion_r843509366
##########
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:
I see, I have reverted the changes.
--
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]