deephaven / deephaven-docs-community

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

Added support to read partitioned parquet files from S3 #189

Closed deephaven-internal closed 2 months ago

deephaven-internal commented 3 months ago

This issue was auto-generated

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

Original PR Body

Closes #5065

Breaking Change: Renamed KeyValuePartitionLayout to FileKeyValuePartitionLayout. Reason: KeyValuePartitionLayout is now more generic and has common functionalities which are used by both FileKeyValuePartitionLayout and a new URIStreamKeyValuePartitionLayout. As the name suggestes, FileKeyValuePartitionLayout is used to process key-value partitioned data accessed through java File objects, whereas URIStreamKeyValuePartitionLayout is used to process URIs.

margaretkennedy commented 3 months ago

Make sure this is reflected in upcoming Parquet changes.