Skip to content

[FLINK-40632][s3] Annotate native-s3-fs to PublicEvolving - #29159

Open
Samrat002 wants to merge 1 commit into
apache:masterfrom
Samrat002:FLINK-40632
Open

[FLINK-40632][s3] Annotate native-s3-fs to PublicEvolving#29159
Samrat002 wants to merge 1 commit into
apache:masterfrom
Samrat002:FLINK-40632

Conversation

@Samrat002

Copy link
Copy Markdown
Contributor

What is the purpose of the change

Mark native-s3-fs from Experimental to PublicEvolving

Brief change log

These are the files marked as PublicEvolving

  1. NativeS3AFileSystemFactory
  2. NativeS3RecoverableWriter
  3. NativeS3AFileSystemFactory

Verifying this change

  1. Existing UT and IT Suite
  2. CI / CD

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (yes / no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (yes / no)
  • The serializers: (yes / no / don't know)
  • The runtime per-record code paths (performance sensitive): (yes / no / don't know)
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / no / don't know)
  • The S3 file system connector: (yes / no / don't know) yes

Documentation

  • Does this pull request introduce a new feature? (yes / no) no
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented) documented

Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

Generated-by: [Tool Name and Version]

@Samrat002

Copy link
Copy Markdown
Contributor Author

@gaborgsomogyi ^

@flinkbot

flinkbot commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build


/** Recoverable writer for S3 using multipart uploads for exactly-once semantics. */
@Experimental
@PublicEvolving

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why are these part of our API at all? RecoverableWriter is an API and we just implement it internally.

* NativeS3FileSystemFactory} for available options.
*/
@Experimental
@PublicEvolving

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. Additionally it's not API in Hadoop connector too.

* @see org.apache.flink.core.fs.FileSystemFactory
*/
@Experimental
@PublicEvolving

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. Additionally it's not API in Hadoop connector too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants