cygnusdark opened a new issue, #3005:
URL: https://github.com/apache/incubator-streampark/issues/3005

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### Java Version
   
   1.8
   
   ### Scala Version
   
   2.12.x
   
   ### StreamPark Version
   
   2.2.0
   
   ### Flink Version
   
   1.17
   
   ### deploy mode
   
   yarn-application
   
   ### What happened
   
   ger error when verify sql statement;
   
   ```
   CREATE TABLE students (name STRING, age INT, gpa DECIMAL(3, 2)) WITH (...);
   
   EXECUTE STATEMENT SET;
   BEGIN;
   INSERT INTO students
     VALUES ('fred flintstone', 35, 1.28), ('barney rubble', 32, 2.32);
   INSERT INTO students
     VALUES ('fred flintstone', 35, 1.28), ('barney rubble', 32, 2.32);
   END;
   ```
   
   ### Error Exception
   
   _No response_
   
   ### Screenshots
   
   <img width="1201" alt="image" 
src="https://github.com/apache/incubator-streampark/assets/53288632/d8821777-ef37-4ec1-a346-8150042103a7";>
   
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!(您是否要贡献这个PR?)
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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