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

support explain format yaml, xml #19123

Open
kwannoel opened this issue Oct 25, 2024 · 0 comments
Open

support explain format yaml, xml #19123

kwannoel opened this issue Oct 25, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Issues that need help from contributors priority/low type/feature

Comments

@kwannoel
Copy link
Contributor

Postgres supports these formats as well. https://www.postgresql.org/docs/current/sql-explain.html.

Explain format json was supported here: #19041.

We just need to:

  1. Handle parsing
  2. Provide 2 more methods explain_to_yaml, explain_to_xml, and use the appropriate serde libraries.
  3. Planner tests for their outputs.

You can reference the PR above.

@kwannoel kwannoel added good first issue Good for newcomers help wanted Issues that need help from contributors type/feature priority/low labels Oct 25, 2024
@github-actions github-actions bot added this to the release-2.2 milestone Oct 25, 2024
@kwannoel kwannoel removed this from the release-2.2 milestone Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Issues that need help from contributors priority/low type/feature
Projects
None yet
Development

No branches or pull requests

1 participant