You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/10/13 03:51:12 UTC

[GitHub] [incubator-streampark] ziqiang-wang commented on pull request #1826: [bug] [fix] [streampark-flink-shims-base] Repair multiple dialect set statement have no effect error.

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: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org