Help Center/
MapReduce Service/
Component Operation Guide (LTS) (Ankara Region)/
Using Flink/
Enhancements to Flink SQL/
Verifying SQL Statements with the FlinkSQL Client
Updated on 2024-11-29 GMT+08:00
Verifying SQL Statements with the FlinkSQL Client
Scenarios
You can verify SQL syntax during SQL job development on the SQL Client. Running SQL commands in verification mode does not start Flink jobs.
How to Use
- Verifying SQL statements
- When you run the SQL shell command, add -v or --validate to enter the verification mode.
sql-client.sh -v
- When you run the SQL shell command, you can run SET to enter or exit the verification mode.
- Enter the verification mode: SET table.validate = true;
- Exit the verification mode: SET table.validate = false;
- When you run the SQL shell command, add -v or --validate to enter the verification mode.
Parent topic: Enhancements to Flink SQL
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot