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][Sort] Support multi node relation with same output but different input nodes #7589

Closed
2 tasks done
EMsnap opened this issue Mar 14, 2023 · 0 comments · Fixed by #7590
Closed
2 tasks done

Comments

@EMsnap
Copy link
Contributor

EMsnap commented Mar 14, 2023

Description

Now it's not capable for sort to generate multi insert sqls for one output with multiple inputs which is not acceptable for user cases.

For instance, user may want to get data from multiple data sources, they can only use union operation for now. But union operation in flink is too heavy.

We need to support generate sqls from one stream such that:

Insert into sink select * from sourceA;
Insert into sink select * from sourceB;

Use case

We need to support generate sqls from one stream such that:

Insert into sink select * from sourceA;
Insert into sink select * from sourceB;

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@healchow healchow changed the title [Feature] Sort support multi node relation with same output but different input nodes [Feature][Sort] Support multi node relation with same output but different input nodes Mar 14, 2023
@healchow healchow added this to the 1.6.0 milestone Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants