ArulJerald opened a new pull request, #3988:
URL: https://github.com/apache/iceberg-python/pull/3988

   ## Summary
   - `transform_dict_value_to_str` iterated over `dict.items()` twice: once to
     validate no value is `None`, once more in a dict comprehension to convert
     values to strings. Combined into a single pass.
   - Renamed the parameter from `dict` to `d` so it no longer shadows the
     builtin type.
   
   Closes #3987
   
   ## Test plan
   - [x] `uv run pytest tests/test_types.py -k transform_dict_value_to_str`
   - [x] `ruff check pyiceberg/types.py`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to