We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug?
Doesn't Work: PPL : source = `glue_1`.`default`.`http_logs` | head 10 Error: Fail to analyze query. Cause: spark_catalog requires a single-part namespace, but got [`glue_1`, `default`] Works: PPL : source = glue_1.default.http_logs | head 10 SQL: select * from `glue_1`.`default`.`http_logs` limit 10 SQL: select * from glue_1.default.http_logs` limit 10
What is the expected behavior? The PPL and SQL behaviour should be consistent with the tags
Do you have any screenshots?
oblem.
The text was updated successfully, but these errors were encountered:
@ps48 this should have being fixed by #224, could you verify?
Sorry, something went wrong.
@noCharger I'm not sure if that PR fixes this issue. This is particular to PPL implementation.
This looks like in PPL implementation in Flint extension. @YANG-DB Could you have a quick look?
No branches or pull requests
What is the bug?
What is the expected behavior?
The PPL and SQL behaviour should be consistent with the tags
Do you have any screenshots?
oblem.
The text was updated successfully, but these errors were encountered: