Skip to content

Commit

Permalink
fix p0 explain error
Browse files Browse the repository at this point in the history
  • Loading branch information
LiBinfeng-01 committed Aug 24, 2023
1 parent f56f40c commit f878ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public String getExplainString(ExplainOptions explainOptions) {
default:
plan = super.getExplainString(explainOptions);
}
if (!cascadesContext.getStatementContext().getHintMap().isEmpty()) {
if (!statementContext.getHintMap().isEmpty()) {
String hint = getHintExplainString(cascadesContext.getStatementContext().getHintMap());
return plan + hint;
}
Expand Down

0 comments on commit f878ab0

Please sign in to comment.