starocean999 commented on issue #42832: URL: https://github.com/apache/doris/issues/42832#issuecomment-2960995623
you can take https://github.com/apache/doris/pull/45561 as a reference. But StartTransactionCommand is much simple, because it's actually a empty command do nothing, you can check fe/fe-core/src/main/java/org/apache/doris/analysis/UnsupportedStmt.java and handleUnsupportedStmt() method in fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java to see how it works. -- 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]
