[ 
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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to