Skip to content

[Python] Check the source argument in parquet.read_table #47728

@AlenkaF

Description

@AlenkaF

Describe the enhancement requested

This is a follow-up issue of the TODO part in #46374:

There is also a #TODO for a check on the source argument [parquet.read_table] to validate is of the valid type in case dataset is not enabled.

if filesystem is not None:
source = filesystem.open_input_file(path)
# TODO test that source is not a directory or a list
dataset = ParquetFile(

Component(s)

Python

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions