Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add doc for parsing expressions in qualification tool [skip ci] #6007

Merged
merged 6 commits into from
Jul 28, 2022

Conversation

amahussein
Copy link
Collaborator

@amahussein amahussein commented Jul 15, 2022

Signed-off-by: Ahmed Hussein (amahussein) a@ahussein.me

fixes #5964

We need to document the level of information extracted from each Exec.
There is an ongoing issue #5617 that adds expression's parser to the qualification tool.

Since this is an ongoing issue, I thought that adding a table of execs is the best way to document and to keep-up with the progress.

Edit

  • update disclaimer message

Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
@amahussein amahussein added documentation Improvements or additions to documentation tools labels Jul 15, 2022
@amahussein amahussein added this to the Jul 11 - Jul 22 milestone Jul 15, 2022
@amahussein amahussein requested a review from nartal1 July 15, 2022 19:39
@amahussein amahussein self-assigned this Jul 15, 2022
@amahussein
Copy link
Collaborator Author

build

@pxLi pxLi changed the title add doc for parsing expressions in qualification tool [skip-ci] add doc for parsing expressions in qualification tool [skip ci] Jul 18, 2022
@pxLi
Copy link
Member

pxLi commented Jul 18, 2022

build

@@ -493,6 +493,53 @@ details on limitations on UDFs and unsupported operators.
11. _Exec Children Node Ids_
12. _Exec Should Remove_: whether the Op is removed from the migrated plan.

**Parsing Expressions within each Exec**

The Qualification tool look at the expressions in the _Exec_ to extract any duration information.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
The Qualification tool look at the expressions in the _Exec_ to extract any duration information.
The Qualification tool looks at the expressions in the _Exec_ to extract any duration information.

Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>
@amahussein
Copy link
Collaborator Author

build

@amahussein amahussein changed the title add doc for parsing expressions in qualification tool [skip ci] Add doc for parsing expressions in qualification tool [skip ci] Jul 21, 2022
@amahussein
Copy link
Collaborator Author

build

Copy link
Collaborator Author

@amahussein amahussein left a comment

Choose a reason for hiding this comment

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

This PR modifies the disclaimer message in markdown and UI.

@amahussein amahussein merged commit 9492071 into NVIDIA:branch-22.08 Jul 28, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
documentation Improvements or additions to documentation tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC] Add support parsing expressions to qualification tool
5 participants