manuzhang opened a new pull request, #17120:
URL: https://github.com/apache/iceberg/pull/17120
This clarifies the expression spec JSON serialization for boolean predicate
constants.
The predicate grammar now serializes `true` and `false` constants as
predicate objects, for example `{ "type": "true" }`, instead of bare JSON
booleans. This avoids ambiguity with boolean literal value expressions.
Addresses https://github.com/apache/iceberg/pull/16652#discussion_r3473459851
Checks:
- `git diff --check`
---
**AI Disclosure**
- Model: GPT-5
- Platform/Tool: OpenAI Codex
- Human Oversight: unreviewed
- Prompt Summary: Create a follow-up PR for a review comment suggesting
object serialization for true/false expression predicates.
--
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]