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
Allow empty names in mapped field of Name Mapping (apache#927)
* Remove check_at_least_one field validator
Iceberg spec permits an emtpy list of names in the default name mapping. check_at_least_one is therefore unnecessary.
* Remove irrelevant test case
* Fixing pydantic model
No longer requiring minimum length of names list to be 1.
* Added test case for empty names in name mapping
* Fixed formatting error
0 commit comments