You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue was auto-generated
PR: deephaven/deephaven-core#5206
Author: malhotrashivam
Original PR Body
Closes #5065
Breaking Change: Renamed
KeyValuePartitionLayout
toFileKeyValuePartitionLayout
.Reason:
KeyValuePartitionLayout
is now more generic and has common functionalities which are used by bothFileKeyValuePartitionLayout
and a newURIStreamKeyValuePartitionLayout
. As the name suggestes,FileKeyValuePartitionLayout
is used to process key-value partitioned data accessed through javaFile
objects, whereasURIStreamKeyValuePartitionLayout
is used to processURI
s.The text was updated successfully, but these errors were encountered: