Description
I see CountVectorizer has schema check for ArrayType which has ArrayType(StringType, true).
ArrayType(String, false) is just a special case of ArrayType(String, true), but it will not pass this type check.
Attachments
Issue Links
- is duplicated by
-
SPARK-13359 ArrayType(_, true) should also accept ArrayType(_, false) fix for branch-1.6
- Resolved
- is related to
-
SPARK-11478 ML StringIndexer return inconsistent schema
- Resolved
- links to