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]Add PPL Explain Command / Endpoint #556

Closed
YANG-DB opened this issue Aug 12, 2024 · 2 comments
Closed

[FEATURE]Add PPL Explain Command / Endpoint #556

YANG-DB opened this issue Aug 12, 2024 · 2 comments
Labels
enhancement New feature or request Lang:PPL Pipe Processing Language support

Comments

@YANG-DB
Copy link
Member

YANG-DB commented Aug 12, 2024

Is your feature request related to a problem?
In a similar way that OpenSearch PPL can create a query with explain flag that will produce the execution plan / actual query that is being run against the server, Spark PPL needs a matching capability

What solution would you like?
Create an explain flag attribute that will respond with the logical / execution plan for the given query.

Do you have any additional context?

@YANG-DB YANG-DB added enhancement New feature or request untriaged Lang:PPL Pipe Processing Language support labels Aug 12, 2024
@YANG-DB YANG-DB moved this to Todo in PPL Commands Aug 12, 2024
@YANG-DB YANG-DB removed the untriaged label Aug 12, 2024
@YANG-DB YANG-DB self-assigned this Aug 13, 2024
@YANG-DB YANG-DB removed their assignment Sep 13, 2024
@kt-eliatra
Copy link
Contributor

@YANG-DB

I prepared a working prototype ae687d6

If it looks good for you I'll prepare a PR

@YANG-DB
Copy link
Member Author

YANG-DB commented Sep 21, 2024

Nice - please add that to the comments of the issue itself and we can discuss it further...
In addition I would add a | after the 'explain' command and remove the '=true ' ...

@salyh salyh moved this from Todo to In Progress in PPL Commands Sep 24, 2024
@salyh salyh moved this from In Progress to InReview in PPL Commands Sep 26, 2024
@salyh salyh moved this from InReview to Done in PPL Commands Sep 27, 2024
@YANG-DB YANG-DB closed this as completed by moving to Done in PPL Commands Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Lang:PPL Pipe Processing Language support
Projects
Status: Done
Development

No branches or pull requests

2 participants