morrySnow commented on code in PR #28913:
URL: https://github.com/apache/doris/pull/28913#discussion_r1436188425
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/processor/pre/TurnOffPipelineForDml.java:
##########
@@ -53,6 +58,15 @@ private void turnOffPipeline(StatementContext context) {
// set temporary session value, and then revert value in the 'finally
block' of StmtExecutor#execute
sessionVariable.setIsSingleSetVar(true);
try {
+ StatementBase parsedStatement = context.getParsedStatement();
Review Comment:
not change this file, u should add a new file to do this thing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]