Github user wangyum commented on a diff in the pull request:
https://github.com/apache/spark/pull/21782#discussion_r202929769
--- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
---
@@ -2813,4 +2815,87 @@ class SQLQuerySuite extends QueryTest with
SharedSQLContext {
checkAnswer(df, Seq(Row(3, 99, 1)))
}
}
+
+ test("SQL interface support repartitionByRange") {
--- End diff --
Test suit copy from:
https://github.com/apache/spark/blob/dfd7ac9887f89b9b51b7b143ab54d01f11cfcdb5/sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala#L379-L417
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]