[jira] [Commented] (SPARK-24988) Add a castBySchema method which casts all the values of a DataFrame based on the DataTypes of a StructType

2018-08-01 Thread mahmoud mehdi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565358#comment-16565358 ] mahmoud mehdi commented on SPARK-24988: --- I am working on it. > Add a castBySchema method which

[jira] [Created] (SPARK-24988) Add a castBySchema method which casts all the values of a DataFrame based on the DataTypes of a StructType

2018-08-01 Thread mahmoud mehdi (JIRA)
mahmoud mehdi created SPARK-24988: - Summary: Add a castBySchema method which casts all the values of a DataFrame based on the DataTypes of a StructType Key: SPARK-24988 URL:

[jira] [Commented] (SPARK-24943) Convert a SQL Struct to StructType

2018-07-27 Thread mahmoud mehdi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16559443#comment-16559443 ] mahmoud mehdi commented on SPARK-24943: --- I am working on the ticket. > Convert a SQL Struct to

[jira] [Created] (SPARK-24943) Convert a SQL Struct to StructType

2018-07-27 Thread mahmoud mehdi (JIRA)
mahmoud mehdi created SPARK-24943: - Summary: Convert a SQL Struct to StructType Key: SPARK-24943 URL: https://issues.apache.org/jira/browse/SPARK-24943 Project: Spark Issue Type: Improvement

[jira] [Commented] (SPARK-24798) sortWithinPartitions(xx) will failed in java.lang.NullPointerException

2018-07-17 Thread mahmoud mehdi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16546175#comment-16546175 ] mahmoud mehdi commented on SPARK-24798: --- [~sypark212] It's my pleasure > sortWithinPartitions(xx)

[jira] [Comment Edited] (SPARK-24798) sortWithinPartitions(xx) will failed in java.lang.NullPointerException

2018-07-13 Thread mahmoud mehdi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16543204#comment-16543204 ] mahmoud mehdi edited comment on SPARK-24798 at 7/13/18 2:14 PM: Hello

[jira] [Commented] (SPARK-24798) sortWithinPartitions(xx) will failed in java.lang.NullPointerException

2018-07-13 Thread mahmoud mehdi (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16543204#comment-16543204 ] mahmoud mehdi commented on SPARK-24798: --- Hello [~sypark212], Replacing Some by Option will solve