是跟这个 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 sql 到 flink引擎。原来的很多 hive sql 中 > > 字符串都是用双引号表示,例如 select * from table1 where column1 = > > "word"。我如何在不修改SQL的前提下,使flink SQL 支持 双引号字符串。 > > ps:我看到flink SQL中字符串都必须用 单引号,例如 select * from table1 where column1 = > > 'word' 。如何使 字符串 既可以是单引号 也可以是 双引号呢 >
