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

[Feature][studio]Optimize batch processing query results to synchronous echo. #4090

Open
2 of 3 tasks
Pandas886 opened this issue Dec 24, 2024 · 4 comments
Open
2 of 3 tasks
Labels
Invalid Invalid New Feature New feature

Comments

@Pandas886
Copy link
Contributor

Pandas886 commented Dec 24, 2024

Search before asking

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

Description

dinky 1.2.0
flink 1.18

目前数据开发模块中,使用Yarn session或本地模式等进行批处理任务的查询(如查询Paimon表),希望能够预览结果时显示为“加载中”状态,待任务完成后,自动加载结果呈现,而不是像现在这样需要人工不断点击以获取结果。

image

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Pandas886 Pandas886 added New Feature New feature Waiting for reply Waiting for reply labels Dec 24, 2024
@aiwenmo aiwenmo removed the Waiting for reply Waiting for reply label Dec 25, 2024
@aiwenmo
Copy link
Contributor

aiwenmo commented Dec 25, 2024

At present, data can also be previewed during the execution of batch tasks.
A toggle button for auto-refresh can be added on the front end.

@Pandas886
Copy link
Contributor Author

The better experience for the user should be to show the loading indicator after the request is made and then display the results once the task is completed, similar to the effect of previewing SQL queries in MySQL.

@aiwenmo
Copy link
Contributor

aiwenmo commented Dec 29, 2024

For batch tasks that take a long time to execute, Dinky can view the data asynchronously in advance instead of waiting synchronously for the execution result.

@github-actions github-actions bot added the Invalid Invalid label Feb 1, 2025
Copy link

github-actions bot commented Feb 1, 2025

Hello @, this issue has not been active for more than 30 days. This issue will be closed in 7 days if there is no response. If you have any questions, you can comment and reply.

你好 @, 这个 issue 30 天内没有活跃,7 天后将关闭,如需回复,可以评论回复。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Invalid Invalid New Feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants