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: Add support for join, pandas, aggregate execs #5468

Merged
merged 2 commits into from
May 12, 2022

Conversation

nartal1
Copy link
Collaborator

@nartal1 nartal1 commented May 12, 2022

This fixes #5362.

This PR adds support for these execs:
HashAggregateExec
ObjectHashAggregateExec
SortAggregateExec
BroadcastHashJoinExec
BroadcastNestedLoopJoinExec
ShuffledHashJoinExec
SortMergeJoinExec
WindowExec
AggregateInPandasExec
ArrowEvalPythonExec
FlatMapGroupsInPandasExec
MapInPandasExec
WindowInPandasExec

Using static eventlog for testing pandas related execs as creating eventlog on the fly isn't easy. Have generated one eventlog which includes all the pandas related execs. Rest of the execs create eventlog while running the tests.

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@nartal1 nartal1 added the tools label May 12, 2022
@nartal1 nartal1 added this to the May 2 - May 20 milestone May 12, 2022
@nartal1 nartal1 requested a review from tgravescs May 12, 2022 01:48
@nartal1 nartal1 self-assigned this May 12, 2022
@nartal1
Copy link
Collaborator Author

nartal1 commented May 12, 2022

build

Copy link
Collaborator

@tgravescs tgravescs left a comment

Choose a reason for hiding this comment

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

for the pandas event log, its fairly big, does it need to be that large? I assume you couldn't dynamically create that?

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

nartal1 commented May 12, 2022

for the pandas event log, its fairly big, does it need to be that large? I assume you couldn't dynamically create that?

Running 1 query related to pandas generated eventlog(compressed) which was about 21K. I have included 5 different queries to generate different execs which we support(so it's about 132K). I couldn't figure out a way to easily generate the eventlog(to include pandas and other pyspark related API's in the test itself.

@tgravescs
Copy link
Collaborator

build

@tgravescs tgravescs merged commit fa3e435 into NVIDIA:branch-22.06 May 12, 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.

Qualification tool implement Plan Parsing Execs group2
2 participants