Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
ArrayType, MapType and StructureType
We can infer the correct schema for them, but the serialization can not handle them well.
From Davies in https://sparkr.atlassian.net/browse/SPARKR-230
ArrayType could be c("ab", "ba"), we will serialize it as character. We does not support deserialize env in R (serialize Map[] in Scala). So all the three do not work.
Attachments
Issue Links
- blocks
-
SPARK-9972 Add `struct`, `encode` and `decode` function in SparkR
- Resolved
- relates to
-
SPARK-10047 Improve the implementation of collect() on DataFrame in SparkR
- Closed
1.
|
Support arbitrary nested Java array in serde | Resolved | Sun Rui | |
2.
|
Support collecting data of ArraryType in DataFrame | Resolved | Sun Rui | |
3.
|
Support collecting data of MapType in DataFrame | Resolved | Sun Rui | |
4.
|
Support collecting data of StructType in DataFrame | Resolved | Sun Rui |