Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.13.0
-
None
Description
When we set properties as follows, it does not work.
SET ‘sql-client.execution.result-mode' = ‘tableau';
The reson is: single quotation mark is needless.
It should be use like this :
SET sql-client.execution.result-mode = ‘tableau';
Note: all of the properties have this problem.
Attachments
Attachments
Issue Links
- is duplicated by
-
FLINK-23934 table doc timezone page 'table.local-time-zone' Configuration error
- Closed
- is related to
-
FLINK-22770 Expose SET/RESET from the parser
- Closed
-
FLINK-22848 Deprecate unquoted options for SET / RESET
- Open