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

Profiling tool - fix reporting contains dataset when sql time 0 #2651

Merged
merged 2 commits into from
Jun 9, 2021

Conversation

tgravescs
Copy link
Collaborator

There was a bug on profiling side with reporting contains dataset when the sql time was 0. Simply add another field to the table to explicitly set it.

@tgravescs
Copy link
Collaborator Author

build

@tgravescs tgravescs self-assigned this Jun 9, 2021
@tgravescs tgravescs added the bug Something isn't working label Jun 9, 2021
@tgravescs tgravescs added this to the June 7 - June 18 milestone Jun 9, 2021
Copy link
Collaborator

@gerashegalov gerashegalov left a comment

Choose a reason for hiding this comment

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

LGTM, non-urgent comment

@@ -343,6 +343,7 @@ class EventsProcessor(forQualification: Boolean = false) extends Logging {
None,
"",
None,
false,
Copy link
Collaborator

Choose a reason for hiding this comment

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

let use named parameters for readability

@tgravescs tgravescs merged commit 7d91ae2 into NVIDIA:branch-21.06 Jun 9, 2021
@tgravescs tgravescs deleted the fixdataset branch June 9, 2021 18:21
rongou pushed a commit to rongou/spark-rapids that referenced this pull request Jun 9, 2021
…IA#2651)

* Fix matching on the dataset

Signed-off-by: Thomas Graves <[email protected]>

* Add test for contains dataset
@tgravescs tgravescs linked an issue Jun 10, 2021 that may be closed by this pull request
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Profiling and qualification tool
3 participants