Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 of 3 tasks
liaoxiaodongabc opened this issue Apr 3, 2024 · 3 comments
Labels
More Information Required More information required Need Reproduce Need to provide reproduction steps

Comments

@liaoxiaodongabc
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

@liaoxiaodongabc liaoxiaodongabc added Bug Something isn't working Waiting for reply Waiting for reply labels Apr 3, 2024
@github-actions github-actions bot changed the title 在dinky中使用flinksql建create view as select 时,字段顺序混乱(dinky是按照字段首字母排列的) 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) Apr 3, 2024
@aiwenmo aiwenmo removed the Waiting for reply Waiting for reply label Apr 3, 2024
@aiwenmo
Copy link
Contributor

aiwenmo commented Apr 3, 2024

Hi. What's your sql?

@Zzm0809 Zzm0809 added More Information Required More information required Need Reproduce Need to provide reproduction steps and removed Bug Something isn't working labels Apr 5, 2024
Copy link

github-actions bot commented Apr 5, 2024

Hello @liaoxiaodongabc, we need you to provide reproduction steps so that we can help you troubleshoot the problem. Issues are marked `Need Reproduce`.

你好 @liaoxiaodongabc, 我们需要你提供复现步骤以便于我们帮你排查问题,Issues 标注为 `Need Reproduce` 。

Copy link

Hi @, Since this issue was marked as requiring more information, no response was received for 7 days. The issue is now closed. If you have any questions, please comment and reply.

Hi @, 由于该 issue 被标记为需要更多信息,却 7 天未收到回应。现关闭 issue,若有任何问题,可评论回复。

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
More Information Required More information required Need Reproduce Need to provide reproduction steps
Projects
None yet
Development

No branches or pull requests

3 participants