Skip to content

Fix/preserve eeee date format#222

Merged
gauravdawar-e6 merged 2 commits intoe6data:mainfrom
tkaunlaky-e6:fix/preserve-eeee-date-format
Mar 2, 2026
Merged

Fix/preserve eeee date format#222
gauravdawar-e6 merged 2 commits intoe6data:mainfrom
tkaunlaky-e6:fix/preserve-eeee-date-format

Conversation

@tkaunlaky-e6
Copy link

  • Added "EEEE": "%A", "EEE": "%a", "EE": "%a" to E6's TIME_MAPPING (line 475 in e6.py)
  • Added 2 test cases in test_e6.py for EEEE and EEE transpilation from Databricks

E6 TIME_MAPPING only had 'E' -> '%a' (abbreviated weekday). The full
weekday name format 'EEEE' -> '%A' was missing, causing DATE_FORMAT
with EEEE to output '%A' literally instead of 'EEEE' in transpiled SQL.
E6 TIME_MAPPING only had 'E' -> '%a' (abbreviated weekday). The full
weekday name format 'EEEE' -> '%A' was missing, causing DATE_FORMAT
with EEEE to output '%A' literally instead of 'EEEE' in transpiled SQL.
@gauravdawar-e6 gauravdawar-e6 self-requested a review March 2, 2026 13:41
Copy link
Collaborator

@gauravdawar-e6 gauravdawar-e6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@gauravdawar-e6 gauravdawar-e6 merged commit a0f0895 into e6data:main Mar 2, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants