-
Notifications
You must be signed in to change notification settings - Fork 244
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
Support json_tuple in SELECT clause in Hive #483
Comments
Can you confirm this SQL is executable and share the Hive version you're using? Based on Hive Doc, JSON_TUPLE must be used together with LATERAL VIEW. On the other hand, SparkSQL Doc does explicitly say they support JSON_TUPLE used in SELECT clause. And this SQL is parsable if you specify dialect=sparksql. |
Thanks for the info. Since it's executable, I'll follow up with sqlfluff community to get this syntax supported in Hive dialect. |
This is the same issue as sqlfluff/sqlfluff#3160, I'll try create a PR for that. |
Upstream PR sqlfluff/sqlfluff#5495 is merged. We will wait for next release of sqlfluff, and upgrade the dependency version, this syntax will be supported then. |
Close as complete of #593 |
Describe the bug
SQL
Paste the SQL text here. For example:
To Reproduce
Python version (available via
python --version
)SQLLineage version (available via
sqllineage --version
):The text was updated successfully, but these errors were encountered: