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] execute sql but parse error #3499

Closed
Toms1999 opened this issue May 17, 2024 · 1 comment
Closed

[bug] execute sql but parse error #3499

Toms1999 opened this issue May 17, 2024 · 1 comment

Comments

@Toms1999
Copy link
Contributor

Before you file an issue

  • Make sure you specify the "read" dialect eg. parse_one(sql, read="spark")
  • Make sure you specify the "write" dialect eg. ast.sql(dialect="duckdb")
  • Check if the issue still exists on main

Fully reproducible code snippet
Please include a fully reproducible code snippet or the input sql, dialect, and expected output.

Official Documentation
Please include links to official SQL documentation related to your issue.

@Toms1999
Copy link
Contributor Author

this is sql:
error:
select unnest from aaa;

true:
select "unnest" from aaa;

@georgesittas georgesittas closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2024
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

No branches or pull requests

2 participants