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

Split-up S3 batch export file according to file size limit #26315

Open
tomasfarias opened this issue Nov 20, 2024 · 0 comments
Open

Split-up S3 batch export file according to file size limit #26315

tomasfarias opened this issue Nov 20, 2024 · 0 comments

Comments

@tomasfarias
Copy link
Contributor

Large files can be hard to manage, so our S3 batch export should support splitting-up a file into individual parts according to a max file size provided by the user.

Some questions are open like when exporting Parquet files we write the entire Arrow RecordBatch, which could be larger than the max file size, so the writer needs to handle this limit too. JSONL S3 batch exports should be easier to implement as they write rows one-by-one.

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

No branches or pull requests

1 participant