You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I saw a user running the Qualification tool on a very small app and it came back as not recommended. They were looking at why it wasn't recommended and saw the AdaptiveQueryexec in the unsupported operators and were confused by this.
We should not be putting this into the unsupported operators or we should somehow make it clear to the user it doesn't matter.
The text was updated successfully, but these errors were encountered:
Discussed offline to get more details.
this is regarding rapids_4_spark_qualification_output_unsupportedOperators.csv. It shows all the execs along with other columns such as Action. So Unsupported + ignoreNoPerf should be ignored columns.
The point here that the user does not necessarily understand what those actions mean.
We might need to consider one or all of the following roadmaps:
provide a separate view to the user. Filtered out and cleaned from all those details.
remove those rows like ColumnarToRow, AdaptiveSparkPlan ..etc.
amahussein
changed the title
[BUG] Qual tool - AdaptiveQueryExec should not show up as unsupported operator
[BUG] Qual tool - AdaptiveSparkPlan should not show up as unsupported operator
Feb 21, 2025
Describe the bug
I saw a user running the Qualification tool on a very small app and it came back as not recommended. They were looking at why it wasn't recommended and saw the AdaptiveQueryexec in the unsupported operators and were confused by this.
We should not be putting this into the unsupported operators or we should somehow make it clear to the user it doesn't matter.
The text was updated successfully, but these errors were encountered: