nastra commented on code in PR #12881:
URL: https://github.com/apache/iceberg/pull/12881#discussion_r2072931840
##########
gcp/src/main/java/org/apache/iceberg/gcp/gcs/GCSInputFile.java:
##########
@@ -28,11 +28,25 @@
class GCSInputFile extends BaseGCSFile implements InputFile {
private Long blobSize;
+ /**
+ * Creates a {@link GCSInputFile} from the given parameters.
+ *
+ * @deprecated since 1.10.0, will be removed in 1.11.0; use {@link
+ * GCSInputFile#fromLocation(String, PrefixedStorage, MetricsContext)}
instead.
+ */
+ @Deprecated
Review Comment:
indeed, I missed that the class is package-protected
--
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]