fallintoplace opened a new pull request, #1590:
URL: https://github.com/apache/iceberg-go/pull/1590

   ## What changed
   
   Convert Iceberg nanosecond timestamp literals to Substrait 
precision-timestamp literals with nanosecond precision. Preserve the timezone 
distinction and raw nanosecond value.
   
   Add equality, pre-epoch, `IN`, and `NOT IN` coverage for both timestamp 
variants.
   
   ## Why
   
   Schema conversion already supported `timestamp_ns` and `timestamptz_ns`, but 
expression conversion had no corresponding literal case and panicked for every 
predicate containing one.
   
   ## Testing
   
   - `go test ./table/substrait`


-- 
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