Re: [PR] [Bug Fix] TruncateTransform for falsey values [iceberg-python]

2024-01-17 Thread via GitHub
HonahX merged PR #276: URL: https://github.com/apache/iceberg-python/pull/276 -- 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: issues-unsubscr...@iceberg

[PR] [Bug Fix] TruncateTransform for falsey values [iceberg-python]

2024-01-17 Thread via GitHub
syun64 opened a new pull request, #276: URL: https://github.com/apache/iceberg-python/pull/276 Currently, any falsey values will return None for their **TruncateTransform**. This results in **fill_parquet_file_metadata** throwing an exception whenever there is a falsey lower bound as the mi