When using flinksql to create create view as select in Dinky, the order of the fields is confused (dinky is arranged according to the first letter of the fields) #3352
Labels
More Information Required
More information required
Need Reproduce
Need to provide reproduction steps
Search before asking
What happened
在dinky1.0.1的flinksql作业中create view as select 建立视图时,视图的字段顺序默认是按照字段首字母排序的,导致数据全部混乱,作业报错,
error.csv
What you expected to happen
希望dinky社区修复此bug
How to reproduce
请在dinky1.0.1的flinksql作业中create view as select b, c, a from table,然后在flink的8081界面查看报错的task打印的日志,日志出现的应该是 select b as a, c as b, a as c from table.
Anything else
No response
Version
1.0.0
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: