Skip to content

Commit

Permalink
[fix][dingo-executor]Fix trace insert result missing
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyuan2024 committed Oct 24, 2024
1 parent 2762d59 commit f92cf75
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,9 @@ public Meta.Signature parseQuery(
statementType, relNode);
}
}
if(trace && statementType == Meta.StatementType.IS_DML){
statementType = Meta.StatementType.CALL;
}
planProfile.endLock();
return new DingoSignature(
enableColumnMetas,
Expand Down

0 comments on commit f92cf75

Please sign in to comment.