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