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

CACHE TABLE AS SELECT fails with Hive UDFs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.2.0
    • 1.2.1, 1.3.0
    • SQL
    • None

    Description

        test("CACHE TABLE with Hive UDF") {
          sql("CACHE TABLE udfTest AS SELECT * FROM src WHERE floor(key) = 1")
          assertCached(table("udfTest"))
          uncacheTable("udfTest")
        }
      

      Attachments

        Activity

          People

            marmbrus Michael Armbrust
            marmbrus Michael Armbrust
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: