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

feat(iceberg): add support for creating new iceberg tables with partition keys #20340

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

check failures/warnings

65e01f0
Select commit
Loading
Failed to load commit list.
Open

feat(iceberg): add support for creating new iceberg tables with partition keys #20340

check failures/warnings
65e01f0
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Feb 6, 2025 in 0s

2 / 2 tasks completed (+6 optional)

All tasks have been completed (+6 optional)

Details

Required Tasks

Task Status
allow users to pass a list of fields or function wrapped fields (ie year(date_column)) Incomplete
I have written necessary rustdoc comments. Completed

Optional Tasks

Task Status
I have added necessary unit tests and integration tests. Incomplete
I have added test labels as necessary. Incomplete
I have added fuzzing tests or opened an issue to track them. Incomplete
My PR contains breaking changes. Incomplete
My PR changes performance-critical code, so I will run (micro) benchmarks and present the results. Incomplete
My PR contains critical fixes that are necessary to be merged into the latest release. Incomplete
My PR needs documentation updates. Completed