alamb commented on code in PR #17655: URL: https://github.com/apache/datafusion/pull/17655#discussion_r2367605866
########## datafusion/substrait/src/logical_plan/consumer/expr/literal.rs: ########## @@ -155,6 +155,29 @@ pub(crate) fn from_substrait_literal( } }, Some(LiteralType::Date(d)) => ScalarValue::Date32(Some(*d)), + Some(LiteralType::PrecisionTime(pt)) => match pt.precision { + 6 => match lit.type_variation_reference { Review Comment: And @petern48 delivers a PR: - https://github.com/apache/datafusion/pull/17707 ❤️ -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org