[
https://issues.apache.org/jira/browse/SPARK-22152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196053#comment-16196053
]
Apache Spark commented on SPARK-22152:
--
User 'sohum2002' has created a pull request
[
https://issues.apache.org/jira/browse/SPARK-22152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16184511#comment-16184511
]
Wenchen Fan commented on SPARK-22152:
-
I don't have a strong opinion, if someone alre
[
https://issues.apache.org/jira/browse/SPARK-22152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16184296#comment-16184296
]
Drew Robb commented on SPARK-22152:
---
There is also a ticket for adding it to RDD:
http
[
https://issues.apache.org/jira/browse/SPARK-22152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183996#comment-16183996
]
Sean Owen commented on SPARK-22152:
---
(It does not have a flatten method. I was suggesti
[
https://issues.apache.org/jira/browse/SPARK-22152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183989#comment-16183989
]
Wenchen Fan commented on SPARK-22152:
-
if RDD has flatten, I'm ok to add it to Datas
[
https://issues.apache.org/jira/browse/SPARK-22152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183828#comment-16183828
]
Takeshi Yamamuro commented on SPARK-22152:
--
cc: [~smilegator][~cloud_fan]
> Add
[
https://issues.apache.org/jira/browse/SPARK-22152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183764#comment-16183764
]
Sean Owen commented on SPARK-22152:
---
Likewise for RDDs. It's not a bad idea, but it als
[
https://issues.apache.org/jira/browse/SPARK-22152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183585#comment-16183585
]
Drew Robb commented on SPARK-22152:
---
I personally use `Option` very frequently in datas
[
https://issues.apache.org/jira/browse/SPARK-22152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183570#comment-16183570
]
Takeshi Yamamuro commented on SPARK-22152:
--
`Dataset[Option[T]]` is used in a na