Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.5.0, 4.0.0
Description
When using pandas UDFs with iterators, if users enable the profiling spark conf, a warning indicating non-support should be raised, and profiling should be disabled.
However, currently, after raising the not-supported warning, the memory profiler is still being enabled.
We should fix that.