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
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Bug Report
Expected Behavior
SELECT PARSE_DATE("%F", "2000-12-30")
should return2000-12-30
Actual Behavior
It returns
Invalid Date
.Steps to Reproduce the Problem
SELECT PARSE_DATE("%F", "2000-12-30")
and run the querySpecifications
The text was updated successfully, but these errors were encountered: