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

Gcs writer bugs #412

Merged
merged 3 commits into from
Aug 31, 2021
Merged

Gcs writer bugs #412

merged 3 commits into from
Aug 31, 2021

Conversation

blogle
Copy link
Contributor

@blogle blogle commented Aug 24, 2021

Description

After putting together some code to actually write into gcs, I had encountered a few issues.

  • Content Length header must be included on POST requests, else a 411 status is returned
  • The storage backend rename method was attempting to cleanup the src file, but it turns out this is unnecessary`
    EDIT: nope that delete in rename is needed

@fvaleye
Copy link
Collaborator

fvaleye commented Aug 26, 2021

Thanks for your PR @blogle

Do you think it's worth adding a unit test for

async fn convert_request<B>(
?

@fvaleye fvaleye added the binding/rust Issues for the Rust crate label Aug 26, 2021
@houqp houqp requested a review from fvaleye August 27, 2021 03:53
@rtyler rtyler merged commit ba3e7ea into delta-io:main Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants