You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extensions: the two-argument subtract:ptstz_iyear overload, subtract(precision_timestamp_tz<P>, interval_year), is deprecated as of
0.100.0. Use the three-argument subtract:ptstz_iyear_str overload, subtract(precision_timestamp_tz<P>, interval_year, string), and pass an
explicit IANA timezone instead. interval_year carries a number of months,
and month arithmetic on an instant is only definable as field arithmetic on
a civil datetime; the timezone is what maps the instant to that calendar,
so the two-argument form has no well-defined result. This also aligns subtract with add, which offers only the three-argument form for this
type combination. Nothing is removed by this change: the deprecation is
metadata only, consumers are not required to understand or validate it, and
no existing plan changes meaning. The overload is scheduled for removal in
a later release.
Features
add advanced_extension to ExpandRel (#1167) (4d5d57a)