Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
https://github.com/apache/spark/commit/800faf0abfa368ad0a5ef1e0fa44b74dbaab724e cleans up column vector resources in column to row. However, `ConstantColumnVector` holds the same value over multiple batches and shouldn't be cleaned up.