-
Notifications
You must be signed in to change notification settings - Fork 235
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
Conversation
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
build |
There was a problem hiding this 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?
tools/src/test/scala/com/nvidia/spark/rapids/tool/qualification/QualificationSuite.scala
Show resolved
Hide resolved
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
build |
@tgravescs PTAL |
tools/src/main/scala/org/apache/spark/sql/rapids/tool/qualification/QualificationAppInfo.scala
Show resolved
Hide resolved
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
build |
This fixes #3432 . It scans for JDBCRelation in eventlog and marks as potential problem. Added test to verify.