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

Qualification tool: Parse expressions in Aggregates and Sort execs. #6042

Merged
merged 3 commits into from
Jul 22, 2022

Conversation

nartal1
Copy link
Collaborator

@nartal1 nartal1 commented Jul 20, 2022

This contributes to #5617
This PR adds parsing support for AggregateExecs(SortAggregate, HashAggregate and ObjectHashAggregate) and SortExec.
The format for Aggregates are same in the eventlog so a single parser is required.
Current tests would verify the parsing function for Aggregates. Added test for parsing function within SortExec.

Verified by running this on NDS eventlogs to make sure we are not missing anything while parsing these Execs.

@nartal1 nartal1 added the tools label Jul 20, 2022
@nartal1 nartal1 added this to the Jul 11 - Jul 22 milestone Jul 20, 2022
@nartal1 nartal1 requested a review from tgravescs July 20, 2022 23:20
@nartal1 nartal1 self-assigned this Jul 20, 2022
@nartal1
Copy link
Collaborator Author

nartal1 commented Jul 20, 2022

build

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@nartal1
Copy link
Collaborator Author

nartal1 commented Jul 22, 2022

build

@tgravescs tgravescs merged commit f2d6157 into NVIDIA:branch-22.08 Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants