Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] cudf.read_parquet support for column partitioned parquet datasets #6915

Closed
ayushdg opened this issue Dec 4, 2020 · 1 comment
Closed
Labels
feature request New feature or request

Comments

@ayushdg
Copy link
Member

ayushdg commented Dec 4, 2020

Is your feature request related to a problem? Please describe.
cudf.read_parquet supports reading a list of parquet files but does not support parquet datasets partitioned by columns.
cudf.to_parquet(partitions_cols=...) supports writing such parquet datasets.

Describe the solution you'd like
read_parquet call should work with partitioned parquet datasets. dask_cudf.read_parquet supports reading this and some of the logic might apply for cudf as well.

Describe alternatives you've considered
dask_cudf.read_parquet and pandas.read_parquet both support reading these datasets.

Additional context
N/A

@ayushdg ayushdg added feature request New feature or request Needs Triage Need team to review and classify labels Dec 4, 2020
@kkraus14
Copy link
Collaborator

kkraus14 commented Dec 7, 2020

Duplicate of #5059

@kkraus14 kkraus14 marked this as a duplicate of #5059 Dec 7, 2020
@kkraus14 kkraus14 closed this as completed Dec 7, 2020
@bdice bdice removed the Needs Triage Need team to review and classify label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants