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? the next query
source = mys3.default.http_logs_plain | where status >= 400 | sort - `@timestamp` | head 5
fails with the next error
"error": "Fail to analyze query. Cause: Column '```@timestamp```' does not exist. Did you mean one of the following? [spark_catalog.default.http_logs_plain.day, spark_catalog.default.http_logs_plain.month, spark_catalog.default.http_logs_plain.size, spark_catalog.default.http_logs_plain.year, spark_catalog.default.http_logs_plain.status, spark_catalog.default.http_logs_plain.@timestamp, spark_catalog.default.http_logs_plain.request, spark_catalog.default.http_logs_plain.clientip];\n'Project [*]\n+- 'GlobalLimit 5\n +- 'LocalLimit 5\n +- 'Sort ['`@timestamp` DESC NULLS LAST], true\n +- Filter (status#75 >= 400)\n +- SubqueryAlias spark_catalog.default.http_logs_plain\n +- Relation default.http_logs_plain[@timestamp#72,clientip#73,request#74,status#75,size#76,year#77,month#78,day#79] json\n"
What is the expected behavior? Parsing of single quote should work correctly
Do you have any screenshots?
Do you have any additional context?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the bug?
the next query
fails with the next error
What is the expected behavior?
Parsing of single quote should work correctly
Do you have any screenshots?
Do you have any additional context?
The text was updated successfully, but these errors were encountered: