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

ClassCastException when using Dataset with type containing value types

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Incomplete
    • 2.1.0
    • None
    • Spark Core, SQL
    • JDK 8 on Ubuntu
      Scala 2.11.8
      Spark 2.1.0

    Description

      The following code reproduces the error

      final case class Foo(id: Int) extends AnyVal
      final case class Bar(foo: Foo)
      val foo = Foo(5)
      val bar = Bar(foo)
      import spark.implicits._
      spark.sparkContext.parallelize(0 to 10).toDS().map(_ => bar).collect()
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lioron Lior Regev
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: