Airblader commented on pull request #16006:
URL: https://github.com/apache/flink/pull/16006#issuecomment-848715589


   ```
   Flink SQL> SET table.planner = blink;
   [INFO] Session property has been set.
   
   Flink SQL> SET 'table.planner' = 'blink';
   [INFO] Session property has been set.
   
   Flink SQL> RESET table.planner;
   [INFO] Session property has been reset.
   
   Flink SQL> RESET 'table.planner';
   [INFO] Session property has been reset.
   ```


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

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


Reply via email to