Skip to content

Commit

Permalink
deprecate in 42, since we're already on 41
Browse files Browse the repository at this point in the history
  • Loading branch information
Blizzara committed Aug 22, 2024
1 parent 52c0bec commit a05637b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions datafusion/substrait/src/variation_const.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
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")]
#[deprecated(since = "42.0.0", note = "Use `PrecisionTimestamp(Tz)` type instead")]
pub const TIMESTAMP_SECOND_TYPE_VARIATION_REF: u32 = 0;
#[deprecated(since = "41.0.0", note = "Use `PrecisionTimestamp(Tz)` type instead")]
#[deprecated(since = "42.0.0", note = "Use `PrecisionTimestamp(Tz)` type instead")]
pub const TIMESTAMP_MILLI_TYPE_VARIATION_REF: u32 = 1;
#[deprecated(since = "41.0.0", note = "Use `PrecisionTimestamp(Tz)` type instead")]
#[deprecated(since = "42.0.0", note = "Use `PrecisionTimestamp(Tz)` type instead")]
pub const TIMESTAMP_MICRO_TYPE_VARIATION_REF: u32 = 2;
#[deprecated(since = "41.0.0", note = "Use `PrecisionTimestamp(Tz)` type instead")]
#[deprecated(since = "42.0.0", note = "Use `PrecisionTimestamp(Tz)` type instead")]
pub const TIMESTAMP_NANO_TYPE_VARIATION_REF: u32 = 3;

pub const DATE_32_TYPE_VARIATION_REF: u32 = 0;
Expand Down

0 comments on commit a05637b

Please sign in to comment.