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

fix(trino): update timezone grammar to avoid ambiguity #394

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JackWang032
Copy link
Collaborator

Fix #393

在LL解析模式能够正常解析,合并为一个备选分支以解决SLL模式下的二义性问题

SELECT ROW (1, 'a', true).* AS (f1, f2, f3);

SELECT CAST(DATE '2024-01-30' AS TIMESTAMP)
Copy link
Collaborator

Choose a reason for hiding this comment

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

把逗号都补上吧

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.

[Bug]: TrinoSQL returns an error if TIMESTAMP(P) WITH TIME ZONE is used
2 participants