Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
Description
SPARK-13629 added a binary parameter to CountVectorizer, but due to the way the code is structured the configuration parameter is read once-per-row in a UDF. Instead, we should read it once-per-transform call (similar to how other parameters are read).
Attachments
Issue Links
- links to