databrickslabs / remorph

Accelerates migrations to Databricks by automating code conversion and migration validation
Other
47 stars 31 forks source link

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

Open sriram251-code opened 1 week ago

sriram251-code commented 1 week ago

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