Skip to content

Conversation

@Fokko
Copy link
Contributor

@Fokko Fokko commented Aug 7, 2024

This will correctly handle fields with . in the name. Resolves #935

WDYT @sungwy ?

This will correctly handle fields with `.` in the name.
Copy link
Collaborator

@sungwy sungwy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Fokko - LGTM just left two nitty comments 🧐

Fokko and others added 2 commits August 8, 2024 10:37
Co-authored-by: Sung Yun <107272191+sungwy@users.noreply.github.com>
@Fokko Fokko requested a review from sungwy August 12, 2024 09:55
@sungwy sungwy merged commit 5cce906 into apache:main Aug 13, 2024
sungwy added a commit to sungwy/iceberg-python that referenced this pull request Dec 7, 2024
* Use `VisitorWithPartner` for name-mapping

This will correctly handle fields with `.` in the name.

* Fix versions in deprecation

Co-authored-by: Sung Yun <107272191+sungwy@users.noreply.github.com>

* Use full path in error

---------

Co-authored-by: Sung Yun <107272191+sungwy@users.noreply.github.com>
sungwy added a commit to sungwy/iceberg-python that referenced this pull request Dec 7, 2024
* Use `VisitorWithPartner` for name-mapping

This will correctly handle fields with `.` in the name.

* Fix versions in deprecation

Co-authored-by: Sung Yun <107272191+sungwy@users.noreply.github.com>

* Use full path in error

---------

Co-authored-by: Sung Yun <107272191+sungwy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NameMapping flattens the names and causes a.b field to collide with child b field of field a

2 participants