Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: The SqlGlot test framework fails to differentiate between lowercase and uppercase, treating all inputs as lowercase. #1230

Open
1 task done
sriram251-code opened this issue Nov 22, 2024 · 0 comments
Labels
bug Something isn't working internal technical pr's not end user facing

Comments

@sriram251-code
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

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

@sriram251-code sriram251-code added bug Something isn't working internal technical pr's not end user facing labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working internal technical pr's not end user facing
Projects
None yet
Development

No branches or pull requests

1 participant