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

feat: Implement multipart upload of object store #913

Merged
merged 20 commits into from
May 24, 2023

Conversation

MichaelLeeHZ
Copy link
Contributor

@MichaelLeeHZ MichaelLeeHZ commented May 22, 2023

Related Issues

Closes #912

Detailed Changes

Define a trait CloudMultiPartUploadImpl that can be implemented by cloud-based object stores, which refers to object_store in arrow_rs.

Test Plan

Test in #887

@MichaelLeeHZ MichaelLeeHZ marked this pull request as ready for review May 22, 2023 13:19
Copy link
Contributor

@chunshao90 chunshao90 left a comment

Choose a reason for hiding this comment

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

Is it better to implement ObjectStorage trait?

components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
MichaelLeeHZ and others added 5 commits May 23, 2023 17:41
Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Show resolved Hide resolved
components/object_store/src/multipart.rs Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
components/object_store/src/multipart.rs Show resolved Hide resolved
components/object_store/src/multipart.rs Outdated Show resolved Hide resolved
MichaelLeeHZ and others added 10 commits May 24, 2023 15:08
Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
Copy link
Member

@ShiKaiWi ShiKaiWi left a comment

Choose a reason for hiding this comment

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

Good Job!

@ShiKaiWi ShiKaiWi merged commit 391ea85 into apache:main May 24, 2023
5 checks passed
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.

Implement object store on Obkv
3 participants