Re: [PR] Serialize true false [iceberg-python]

2025-10-02 Thread via GitHub
Fokko merged PR #2538: URL: https://github.com/apache/iceberg-python/pull/2538 -- 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...@iceber

Re: [PR] Serialize true false [iceberg-python]

2025-10-02 Thread via GitHub
nathanbijleveld commented on PR #2538: URL: https://github.com/apache/iceberg-python/pull/2538#issuecomment-3360283913 https://github.com/user-attachments/assets/3551ccfa-b578-44c1-9d47-f74d6dcde6c5"; /> Fixed all linting issues -- This is an automated message from the Apache Git S

Re: [PR] Serialize true false [iceberg-python]

2025-09-29 Thread via GitHub
Fokko commented on code in PR #2538: URL: https://github.com/apache/iceberg-python/pull/2538#discussion_r2386257078 ## pyiceberg/expressions/__init__.py: ## @@ -39,7 +39,7 @@ literal, ) from pyiceberg.schema import Accessor, Schema -from pyiceberg.typedef import L, Struct

[PR] Serialize true false [iceberg-python]

2025-09-26 Thread via GitHub
nathanbijleveld opened a new pull request, #2538: URL: https://github.com/apache/iceberg-python/pull/2538 Closes #2521 # Rationale for this change Make true/false expression serializable ## Are these changes tested? yes ## Are there any user-facing chang