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

Implement SHOW CREATE FLOW #3939

Closed
waynexia opened this issue May 14, 2024 · 2 comments · Fixed by #4040
Closed

Implement SHOW CREATE FLOW #3939

waynexia opened this issue May 14, 2024 · 2 comments · Fixed by #4040
Labels
A-flow Involves code in DataFlow A-frontend Involves code in the Frontend node A-query Involves code in query path C-feature Category Features good first issue Good for newcomers

Comments

@waynexia
Copy link
Member

What problem does the new feature solve?

#3806 implements the CREATE FLOW clause. This ticket requests a feature for displaying the statement used to create one flow. It's like the SHOW CREATE TABLE to CREATE TABLE

What does the feature do?

Implement SHOW CREATE FLOW clause. The existing implementation of SHOW CREATE TABLE can be a reference.

#[derive(Debug, Clone, PartialEq, Eq, Visit, VisitMut)]
pub struct ShowCreateTable {
pub table_name: ObjectName,
}

Implementation challenges

No response

@waynexia waynexia added good first issue Good for newcomers C-feature Category Features A-frontend Involves code in the Frontend node A-query Involves code in query path A-flow Involves code in DataFlow labels May 14, 2024
@irenjj
Copy link
Contributor

irenjj commented May 14, 2024

i'd like to take it, could you please assign it to me?

@killme2008
Copy link
Contributor

i'd like to take it, could you please assign it to me?

Done. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-flow Involves code in DataFlow A-frontend Involves code in the Frontend node A-query Involves code in query path C-feature Category Features good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants