You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
Show covering index runs into error when index is not present. {"data":{"ok":true,"resp":{"status":"FAILED","error":"Fail to run query or write result"}}}
How can one reproduce the bug?
Steps to reproduce the behavior:
Make sure a covering index is not present in table ex.alb_logs.
Run SHOW INDEX ON myS3.default.alb_logs
What is the expected behavior?
This should return success with empty [] response.
Error/Failed state should only be sent when query execution runs into error.
The text was updated successfully, but these errors were encountered:
What is the bug?
Show covering index runs into error when index is not present.
{"data":{"ok":true,"resp":{"status":"FAILED","error":"Fail to run query or write result"}}}
How can one reproduce the bug?
Steps to reproduce the behavior:
alb_logs
.SHOW INDEX ON myS3.default.alb_logs
What is the expected behavior?
This should return success with empty
[]
response.Error/Failed state should only be sent when query execution runs into error.
The text was updated successfully, but these errors were encountered: