Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
None
-
None
Description
Currently if you specify the inputCol/outputCol with names which include dot, it will throw exceptions.
We should support "." character in DataFrame column name for ML.
Meanwhile, we can change the SparkR mllib examples to use "Sepal.Length" rather than "Sepal_Length".
Attachments
Issue Links
- is related to
-
SPARK-11977 Support accessing a DataFrame column using its name without backticks if the name contains '.'
- Resolved
-
SPARK-21536 Remove the workaroud to allow dots in field names in R's createDataFame
- Resolved
- relates to
-
SPARK-11976 Support "." character in DataFrame column name
- Resolved