danielcweeks commented on code in PR #12881: URL: https://github.com/apache/iceberg/pull/12881#discussion_r2070442413
########## gcp/src/main/java/org/apache/iceberg/gcp/gcs/GCSOutputFile.java: ########## @@ -31,11 +31,24 @@ class GCSOutputFile extends BaseGCSFile implements OutputFile { + /** + * Creates a {@link GCSOutputFile} from the given parameters. + * + * @deprecated since 1.10.0, will be removed in 1.11.0; use {@link + * GCSOutputFile#fromLocation(String, PrefixedStorage, MetricsContext)} instead. + */ + @Deprecated Review Comment: Same here, no deprecation needed -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org