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
The SqlGlot test framework is not distinguishing between lowercase and uppercase, treating all inputs as lowercase.
Example :
SELECT to_char(current_timestamp(), 'yyyymmdd') is treated the same as SELECT to_char(current_timestamp(), 'yyyyMMdd').
Expected Behavior
No response
Steps To Reproduce
No response
Relevant log output or Exception details
No response
Sample Query
No response
Operating System
macOS
Version
latest via Databricks CLI
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Category of Bug / Issue
Other
Current Behavior
The SqlGlot test framework is not distinguishing between lowercase and uppercase, treating all inputs as lowercase.
Example :
SELECT to_char(current_timestamp(), 'yyyymmdd') is treated the same as SELECT to_char(current_timestamp(), 'yyyyMMdd').
Expected Behavior
No response
Steps To Reproduce
No response
Relevant log output or Exception details
No response
Sample Query
No response
Operating System
macOS
Version
latest via Databricks CLI
The text was updated successfully, but these errors were encountered: