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