ziqiang-wang commented on PR #1826:
URL: 
https://github.com/apache/incubator-streampark/pull/1826#issuecomment-1276991700

   ## 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.
   
   
![image](https://user-images.githubusercontent.com/107013241/195495017-2b07bf69-8448-4089-ba41-20a18fe8d57c.png)
   
   
   ## Verifying this change
   
   Only test in idea debug, also need to test the product environment.
   
   
   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]

Reply via email to