Re: Some doubts about the FLINK-22848

2021-12-14 Thread Ingo Bürk
Hi, Calcite does indeed support the (unquoted) SET statement, but the arguments are parsed as identifiers, and Flink configuration options (and values) are not valid identifiers. If we could utilize Calcite's SET implementation to correctly parse all valid configurations, it'd be of course b

Some doubts about the FLINK-22848

2021-12-14 Thread 董剑辉
I have been in contact with Flink and Calcite for a while, and I have some questions about this issue: https://issues.apache.org/jira/browse/FLINK-22848. First of all, the discussion about this issue mentioned that since calcite did not support the syntax analysis of set a=b (without quotes), regul

[jira] [Created] (FLINK-25273) Some doubts about the FLINK-22848

2021-12-12 Thread Jianhui Dong (Jira)
Jianhui Dong created FLINK-25273: Summary: Some doubts about the FLINK-22848 Key: FLINK-25273 URL: https://issues.apache.org/jira/browse/FLINK-25273 Project: Flink Issue Type: Improvement