bvolpato opened a new pull request, #17655: URL: https://github.com/apache/datafusion/pull/17655
## Which issue does this PR close? - Closes #17654. ## Rationale for this change Making sure that we can have proper mapping between Substrait and Arrow types. ## What changes are included in this PR? Adds support for `ScalarValue::Time64Microsecond` and `ScalarValue::Time64Nanosecond` to be converted to and from Substrait literals. This includes the `PrecisionTime` literal type and specific `TIME_64_TYPE_VARIATION_REF` for 6-digit (microseconds) and 9-digit (nanoseconds) precision. ## Are these changes tested? Added unit tests ## Are there any user-facing changes? n/a -- 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]
