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: Detect JDBCRelation in eventlog #3937

Merged
merged 5 commits into from
Nov 9, 2021

Conversation

nartal1
Copy link
Collaborator

@nartal1 nartal1 commented Oct 28, 2021

This fixes #3432 . It scans for JDBCRelation in eventlog and marks as potential problem. Added test to verify.

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@nartal1 nartal1 added the tools label Oct 28, 2021
@nartal1 nartal1 added this to the Oct 18 - Oct 29 milestone Oct 28, 2021
@nartal1 nartal1 self-assigned this Oct 28, 2021
@nartal1
Copy link
Collaborator Author

nartal1 commented Oct 28, 2021

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.

so while this works, this is really just another Scan and we already have logic in there for dealing with FileScans and read file formats. I don't see why this couldn't follow the same logic and be included in the score like we do for those.

it would end up being placed under the "Unsupported Read File Formats and Types" column so user could still see it and this way it actually changes score as well. @viadea you requested this, so any issues with that?

@nartal1
Copy link
Collaborator Author

nartal1 commented Nov 8, 2021

build

@nartal1
Copy link
Collaborator Author

nartal1 commented Nov 8, 2021

@tgravescs PTAL

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

nartal1 commented Nov 9, 2021

build

@nartal1 nartal1 merged commit dc22dcd into NVIDIA:branch-21.12 Nov 9, 2021
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.

[FEA] Qualification tool checks if there is any "Scan JDBCRelation" and count it as "problematic"
4 participants