Skip to content
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

[YCQL] unreachable code #15299

Open
maddin200 opened this issue Dec 12, 2022 · 0 comments
Open

[YCQL] unreachable code #15299

maddin200 opened this issue Dec 12, 2022 · 0 comments
Labels
area/ycql Yugabyte CQL (YCQL) kind/enhancement This is an enhancement of an existing feature priority/low Low priority

Comments

@maddin200
Copy link

maddin200 commented Dec 12, 2022

Jira Link: DB-4454

Description

/src/yb/yql/cql/ql/exec/executor.cc line 1627

code:
case ExplainPlanPB::PLAN_NOT_SET: {
return exec_context_->Error(tnode, ErrorCode::EXEC_ERROR);
break; // <-- unreachable
}

@maddin200 maddin200 added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Dec 12, 2022
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue area/ycql Yugabyte CQL (YCQL) and removed area/docdb YugabyteDB core features labels Dec 12, 2022
@m-iancu m-iancu changed the title unreachable code [YCQL] unreachable code Jan 16, 2023
@yugabyte-ci yugabyte-ci added priority/low Low priority kind/enhancement This is an enhancement of an existing feature and removed status/awaiting-triage Issue awaiting triage priority/medium Medium priority issue kind/bug This issue is a bug labels Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ycql Yugabyte CQL (YCQL) kind/enhancement This is an enhancement of an existing feature priority/low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants