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

Sorting Error when codegen on

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.0
    • 1.4.0
    • SQL
    • None

    Description

      When code gen is on, some unit test in SqlQuerySuit failed.

      test("sorting")

      { val before = conf.externalSortEnabled setConf(SQLConf.EXTERNAL_SORT, "false") sortTest() setConf(SQLConf.EXTERNAL_SORT, before.toString) }

      test("external sorting")

      { val before = conf.externalSortEnabled setConf(SQLConf.EXTERNAL_SORT, "true") sortTest() setConf(SQLConf.EXTERNAL_SORT, before.toString) }

      GenerateOrding can't deal BinaryType.

      Attachments

        Activity

          People

            smacat Chen Song
            smacat Chen Song
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: