You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Chen Song (JIRA)" <ji...@apache.org> on 2015/04/15 08:56:59 UTC

[jira] [Created] (SPARK-6927) Sorting Error when codegen on

Chen Song created SPARK-6927:
--------------------------------

             Summary: Sorting Error when codegen on
                 Key: SPARK-6927
                 URL: https://issues.apache.org/jira/browse/SPARK-6927
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.3.0
            Reporter: Chen Song
             Fix For: 1.4.0


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.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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