Blizzara commented on code in PR #11597: URL: https://github.com/apache/datafusion/pull/11597#discussion_r1726669043
########## datafusion/substrait/src/variation_const.rs: ########## @@ -38,10 +38,16 @@ /// The "system-preferred" variation (i.e., no variation). pub const DEFAULT_TYPE_VARIATION_REF: u32 = 0; pub const UNSIGNED_INTEGER_TYPE_VARIATION_REF: u32 = 1; + +#[deprecated(since = "41.0.0", note = "Use `PrecisionTimestamp(Tz)` type instead")] Review Comment: Hah yeah, this PR was a long time in the making 😅 fixed in a05637b941199020e1a1d0c995b1bf609250b29c -- 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]
