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

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

     [ https://issues.apache.org/jira/browse/SPARK-6927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-6927:
-----------------------------------

    Assignee:     (was: Apache Spark)

> 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