fallintoplace opened a new pull request, #1195: URL: https://github.com/apache/iceberg-go/pull/1195
## Summary - bind `timestamp_ns` and `timestamptz_ns` references as `TimestampNano` in expression factories - cover binding, `IS NULL`, `EQ`, and multi-value `IN` for both nanosecond timestamp types ## Why V3 nanosecond timestamp columns are valid primitive and literal types, but expression binding still fell through the type switches. Filters against these columns could panic or fail while creating bound predicates. ## Testing - `go test . -run TestRefTypes -count=1` - `go test ./... -count=1` - `git diff --check` -- 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]
