gaborgsomogyi commented on code in PR #29159:
URL: https://github.com/apache/flink/pull/29159#discussion_r3989076784
##########
flink-filesystems/flink-s3-fs-native/src/main/java/org/apache/flink/fs/s3native/NativeS3AFileSystemFactory.java:
##########
@@ -29,7 +29,7 @@
* <p>All configuration options are the same as for the {@code s3://} scheme.
See {@link
* NativeS3FileSystemFactory} for available options.
*/
-@Experimental
+@PublicEvolving
Review Comment:
Same here. Additionally it's not API in Hadoop connector too.
##########
flink-filesystems/flink-s3-fs-native/src/main/java/org/apache/flink/fs/s3native/NativeS3FileSystemFactory.java:
##########
@@ -61,7 +61,7 @@
* @see NativeS3FileSystem
* @see org.apache.flink.core.fs.FileSystemFactory
*/
-@Experimental
+@PublicEvolving
Review Comment:
Same here. Additionally it's not API in Hadoop connector too.
##########
flink-filesystems/flink-s3-fs-native/src/main/java/org/apache/flink/fs/s3native/writer/NativeS3RecoverableWriter.java:
##########
@@ -36,7 +36,7 @@
import static org.apache.flink.util.Preconditions.checkNotNull;
/** Recoverable writer for S3 using multipart uploads for exactly-once
semantics. */
-@Experimental
+@PublicEvolving
Review Comment:
I'm not sure why are these part of our API at all? `RecoverableWriter` is an
API and we just implement it internally.
--
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]