deephaven / deephaven-docs-community

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

Refactoring the ParquetTools read/write APIs #202

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/5358 Author: malhotrashivam

Original PR Body

Marked a number of parquet read/write APIs as @deprecated. These include methods that accept java File objects, and will be replaced by methods accepting String instead.

Also, added a few new ParquetInstruction to replace some APIs:

Also, moved some public utility methods outside of ParquetTools, to prevent internal methods being exposed as APIs.

Initial work for this change was started as part of #5206, and has now been moved over to this PR.

margaretkennedy commented 2 months ago

This needs to be rolled into the already ongoing Parquet updates (#21 #45 #22 #48 )