You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takuya Ueshin (JIRA)" <ji...@apache.org> on 2014/08/11 12:54:12 UTC

[jira] [Updated] (SPARK-2969) Make ScalaReflection be able to handle MapType.containsNull and MapType.valueContainsNull.

     [ https://issues.apache.org/jira/browse/SPARK-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Takuya Ueshin updated SPARK-2969:
---------------------------------

    Description: 
Make {{ScalaReflection}} be able to handle like:

- Seq\[Int] as ArrayType(IntegerType, containsNull = false)
- Seq\[java.lang.Integer] as ArrayType(IntegerType, containsNull = true)
- Map\[Int, Long] as MapType(IntegerType, LongType, valueContainsNull = false)
- Map\[Int, java.lang.Long] as MapType(IntegerType, LongType, valueContainsNull = true)

  was:
Make {{ScalaReflection}} be able to handle:

- Seq\[Int] as ArrayType(IntegerType, containsNull = false)
- Seq\[java.lang.Integer] as ArrayType(IntegerType, containsNull = true)
- Map\[Int, Long] as MapType(IntegerType, LongType, valueContainsNull = false)
- Map\[Int, java.lang.Long] as MapType(IntegerType, LongType, valueContainsNull = true)


> Make ScalaReflection be able to handle MapType.containsNull and MapType.valueContainsNull.
> ------------------------------------------------------------------------------------------
>
>                 Key: SPARK-2969
>                 URL: https://issues.apache.org/jira/browse/SPARK-2969
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Takuya Ueshin
>
> Make {{ScalaReflection}} be able to handle like:
> - Seq\[Int] as ArrayType(IntegerType, containsNull = false)
> - Seq\[java.lang.Integer] as ArrayType(IntegerType, containsNull = true)
> - Map\[Int, Long] as MapType(IntegerType, LongType, valueContainsNull = false)
> - Map\[Int, java.lang.Long] as MapType(IntegerType, LongType, valueContainsNull = true)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org