NVIDIA / spark-rapids-tools

User tools for Spark RAPIDS
Apache License 2.0
44 stars 34 forks source link

[BUG] savings_recommendations referenced before assignment in user-tools #1097

Closed amahussein closed 3 weeks ago

amahussein commented 3 weeks ago

Describe the bug

There is a local variable savings_recommendations that could be referenced without assignment in qualification.py This seems to raise an exception in V24.04.0, but not in latest dev. Nevertheless, we should fix it just in case it happens in the wild.