NVIDIA / NVIDIA/cudf

[FEA] Basic Iceberg scan support in cudf-polars

Open
#22,743 0 comments 0 reactions 1 assignee Claimed by @Matt711 View on GitHub
cudf-polars feature request
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

**Is your feature request related to a problem? Please describe.**
Support reading Iceberg tables in cudf-polars (ie. `scan_iceberg`)

**Describe the solution you'd like**
Reading Iceberg tables means the following:

1. Read the data files. (We can already do this since the files are parquet files)
2. Read any of the associate deletion files
3. Filter out the deleted rows.
4. Return the result.

**Describe alternatives you've considered**
N/A

**Additional context**
Add any other context, code examples, or references to existing implementations about the feature request here.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.