Skip to content

[Python] Start with deprecating ParquetDataset custom attributes #18710

@asfimport

Description

@asfimport

As a first step for ARROW-9720, we should start with deprecating attributes/methods of pq.ParquetDataset that we would definitely not keep / are conflicting with the "dataset API".

I am thinking of the pieces attribute (and the ParquetDatasetPiece class), the partitions attribute (and the ParquetPartitions class).

In addition, some of the keywords are also exposed as properties (memory_map, read_dictionary, buffer_size, fs), and could be deprecated.

Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: Joris Van den Bossche / @jorisvandenbossche

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-13074. Please see the migration documentation for further details.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions