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
Right now, stats correctly infers the Date data type for these date formats.
We need to differentiate the Date subformats however into additional date data types:
date (e.g. yyyy-mm-dd)
date-time (e.g. yyyy-mm-dd hh:mm:ss UTC)
time (e.g. hh:mm:ss UTC)
Doing so will not only improve the output of stats, it will also allow schema to properly create jsonschemas that validate can use to check for date/time fields in a performant, standards-compliant manner.
The text was updated successfully, but these errors were encountered:
Right now,
stats
correctly infers the Date data type for these date formats.We need to differentiate the Date subformats however into additional date data types:
Doing so will not only improve the output of
stats
, it will also allowschema
to properly create jsonschemas thatvalidate
can use to check for date/time fields in a performant, standards-compliant manner.The text was updated successfully, but these errors were encountered: