Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Issues of RFC-5556: Write Returns Metadata #5557

Open
11 of 17 tasks
meteorgan opened this issue Jan 16, 2025 · 1 comment
Open
11 of 17 tasks

Tracking Issues of RFC-5556: Write Returns Metadata #5557

meteorgan opened this issue Jan 16, 2025 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@meteorgan
Copy link
Contributor

meteorgan commented Jan 16, 2025

Tasks

  1. feat(core)!: implement write returns metadata #5562
    • modify struct Operator to return Result<Metadata> instead of Result<()> for write and write_with functions
    • modify struct Writer to return Result<Metadata> instead of Result<()> for the close() function
    • modify oio::Write trait to return Result<Metadata> instead of Result<()> for the close() function
    • modify oio::MultipartWrite trait to return Result<Metadata> instead of Result<()> for the complete_part() and write_once functions
    • add behavior tests
    • implement the logic for some services
      • s3
      • fs
      • monoiofs
      • hdfs
      • webhdfs
  2. implement the logic of returning metadata after writing for other services:
    • azblob
    • gcs
    • oss
    • cos
    • gcs
    • ...
@meteorgan meteorgan changed the title Tracking issues of RFC-5556: Write Returns Metadata Tracking Issues of RFC-5556: Write Returns Metadata Jan 16, 2025
@meteorgan
Copy link
Contributor Author

meteorgan commented Jan 16, 2025

I'll take on tasks 1 through 5 and implement the logic for S3.

@meteorgan meteorgan added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant