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

[BUG] Iceberg: handle cases where columns are renamed #1826

Closed
wants to merge 1 commit into from

Conversation

Fokko
Copy link
Contributor

@Fokko Fokko commented Jan 31, 2024

In Iceberg the tables are projected using field-IDs. Even if the column is renamed (and Iceberg is lazy, so the table is not rewritten), it should still read the original column.

In Iceberg the tables are projected using field-IDs.
Even if the column is renamed (and Iceberg is lazy,
so the table is not rewritten), it should still read
the original column.
@Fokko Fokko force-pushed the fd-add-rename-test branch from de34439 to fccd4b0 Compare January 31, 2024 19:40
Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6cda37a) 84.98% compared to head (fccd4b0) 84.98%.
Report is 35 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1826   +/-   ##
=======================================
  Coverage   84.98%   84.98%           
=======================================
  Files          55       55           
  Lines        5734     5734           
=======================================
  Hits         4873     4873           
  Misses        861      861           

@jaychia
Copy link
Contributor

jaychia commented Jan 31, 2024

Thanks @Fokko! This is perfect, we'll take a look at it.

@jaychia jaychia changed the title Add example with rename column [BUG] Iceberg: handle cases where columns are renamed Feb 1, 2024
@jaychia jaychia self-assigned this Feb 20, 2024
@jaychia jaychia added the p0 Priority 0 - to be addressed immediately label Feb 20, 2024
@Fokko
Copy link
Contributor Author

Fokko commented Mar 13, 2024

Since 2489ab4 has been merged, I think we can close this one 👍

@Fokko Fokko closed this Mar 13, 2024
@Fokko Fokko deleted the fd-add-rename-test branch March 13, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iceberg p0 Priority 0 - to be addressed immediately
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants