[ 
https://issues.apache.org/jira/browse/SPARK-6927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14495998#comment-14495998
 ] 

Apache Spark commented on SPARK-6927:
-------------------------------------

User 'kaka1992' has created a pull request for this issue:
https://github.com/apache/spark/pull/5524

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to