-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Digest text changes SQL semantic #18907
Comments
while the extra spaces can be considered a bug, i don't think the digest text are supposed to be syntax-error-free (literals and lists are substituted by |
@kennytm Yes, we only expect syntax-error free for this specific case. |
Close this issue since it is duplicated with #30556. |
Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Execute SQL statement:
2. What did you expect to see? (Required)
Expect a statement digest text that does not have syntax errors, like
in
INFORMATION_SCHEMA.CLUSTER_STATEMENTS_SUMMARY_HISTORY
table.3. What did you see instead (Required)
Note that this SQL statement will throw syntax error:
4. Affected version (Required)
My version is v4.0.2
5. Root Cause Analysis
The text was updated successfully, but these errors were encountered: