-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix tests failures in dpp_test.py #11023
Labels
Comments
All these tests run when ANSI=off, but there are memory leaks:
|
mythrocks
added a commit
to mythrocks/spark-rapids
that referenced
this issue
Jun 25, 2024
Fixes NVIDIA#11020. (grouping_sets_test.py) Fixes NVIDIA#11023. (dpp_test.py) Fixes NVIDIA#11025. (date_time_test.py) Fixes NVIDIA#11026. (map_test.py) This commit prepares miscellaneous integration tests to be run on Spark 4. Certain integration tests fail on Spark 4 because of ANSI mode being enabled by default. This commit disables ANSI on the failing tests, or introduces other fixes so that the tests may pass correctly. Signed-off-by: MithunR <mithunr@nvidia.com>
Do we have memory leaks with Spark versions below 4? |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The text was updated successfully, but these errors were encountered: