Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-2969

Make ScalaReflection be able to handle ArrayType.containsNull and MapType.valueContainsNull.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 1.1.0
    • SQL
    • None

    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)

      Attachments

        Activity

          People

            ueshin Takuya Ueshin
            ueshin Takuya Ueshin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: