是跟这个 Issue 有关吗?https://issues.apache.org/jira/browse/FLINK-20537

赵一旦 <[email protected]> 于2020年12月9日周三 上午10:17写道:

> MARK,学习下。等回复。
>
> 莫失莫忘 <[email protected]> 于2020年12月8日周二 下午6:49写道:
>
> > 我在迁移hive&nbsp; sql 到 flink引擎。原来的很多 hive&nbsp; sql&nbsp; 中
> > 字符串都是用双引号表示,例如&nbsp;&nbsp;select * from table1 where column1 =
> > "word"。我如何在不修改SQL的前提下,使flink SQL 支持 双引号字符串。
> > ps:我看到flink SQL中字符串都必须用 单引号,例如&nbsp;select * from table1 where column1 =
> > 'word' 。如何使 字符串 既可以是单引号 也可以是&nbsp; 双引号呢
>

回复