seatunnel icon indicating copy to clipboard operation
seatunnel copied to clipboard

[Feature][S3 File] Make S3 File Connector support multiple table write

Open EricJoy2048 opened this issue 10 months ago • 0 comments

Purpose of this pull request

  1. Make S3File Source support Multiple table read.
  2. Make S3File Sink support Multiple table write.
  3. Add S3 File Connector e2e.

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

  • [ ] If any new Jar binary package adding in your PR, please add License Notice according New License Guide
  • [ ] If necessary, please update the documentation to describe the new feature. https://github.com/apache/seatunnel/tree/dev/docs
  • [ ] If you are contributing the connector code, please check that the following files are updated:
    1. Update change log that in connector document. For more details you can refer to connector-v2
    2. Update plugin-mapping.properties and add new connector information in it
    3. Update the pom file of seatunnel-dist
  • [ ] Update the release-note.

EricJoy2048 avatar Apr 12 '24 10:04 EricJoy2048