ziqiang-wang commented on PR #1826: URL: https://github.com/apache/incubator-streampark/pull/1826#issuecomment-1276992261
## change Issue Number: close #1702 Repair multiple dialect set statement have no effect error. Causeļ¼ The sql statement sorts the results at the end of the parseSQL function, disrupting the original order of statements filled by the user, so that all set statements are moved to the beginning and the middle set statement is not executed in its original position.  ## Verifying this change Only test in idea debug, also need to test the product environment. ## dependencies Dependencies : no -- 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]
