[FLINK-39119] Package Native S3 FileSystem in Distribution#27785
[FLINK-39119] Package Native S3 FileSystem in Distribution#27785Samrat002 wants to merge 1 commit intoapache:masterfrom
Conversation
|
@gaborgsomogyi PTAL whenever time ! |
|
@Samrat002, does it also need the update in Notice file? |
I think no. There is no Notice file in flink-dist. |
What about this file? unless it is ignored by CI or it has so happened that no new dependencies were introduced. Also, did we mark the feature as experimental anywhere? |
this change added in the current pr just copies the jar from its target path to
No not yet. plans to add it as part of next change which is related to docs and making the feature experimental |
What is the purpose of the change
package the Native S3 FileSystem module into Flink's distribution assembly, making it available for users without requiring manual JAR placement. This completes the integration of the native S3 filesystem implementation into the Flink ecosystem by ensuring it is included in official distribution builds.
Brief change log
flink-s3-fs-native-${project.version}.jar) to the distribution assembly configurationopt/directory alongside other optional filesystem pluginsVerifying this change
build and check the flink-dist
Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation
Additional Context
N/A