You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to clean up the `record_fields()` method:
apache/iceberg-python#580
You should not check the name of the `_partition` since it can be
anything (technically). In Iceberg we look up the partition by position
based on the partition spec.
0 commit comments