deephaven / deephaven-docs-community

Source code for Community docs on the deephaven.io website.
Apache License 2.0
0 stars 5 forks source link

feat: Added support to write parquet files to S3 #294

Open deephaven-internal opened 1 month ago

deephaven-internal commented 1 month ago

This issue was auto-generated

PR: https://github.com/deephaven/deephaven-core/pull/5914 Author: malhotrashivam

Original PR Body

Added a new OutputStream to write to S3 and moved all parquet writing code from using SeekableByteChannels to OutputStreams.

margaretkennedy commented 1 month ago

We just need to check that the Parquet docs do not need an update.