Skip to content

Add optional format for explain #621

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

Merged
merged 2 commits into from
Sep 26, 2022
Merged

Conversation

Dandandan
Copy link
Contributor

@Dandandan Dandandan commented Sep 25, 2022

This is supported by Presto/Athena:

https://prestodb.io/docs/current/sql/explain.html
https://docs.aws.amazon.com/athena/latest/ug/athena-explain-statement.html

And I want to use it for enabling graphviz output in DataFusion.

@coveralls
Copy link

coveralls commented Sep 25, 2022

Pull Request Test Coverage Report for Build 3125335760

  • 29 of 31 (93.55%) changed or added relevant lines in 3 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.02%) to 85.609%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/parser.rs 10 12 83.33%
Files with Coverage Reduction New Missed Lines %
src/ast/mod.rs 1 77.93%
Totals Coverage Status
Change from base Build 3090626203: 0.02%
Covered Lines: 9780
Relevant Lines: 11424

💛 - Coveralls

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Dandandan -- I have noticed a set of PRs piled up for this repo. I hope/plan to clear the backlog in the next few days and make a new release

@alamb alamb merged commit 39761b0 into apache:main Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants