Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/21208#discussion_r186013623
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala ---
@@ -798,6 +798,156 @@ class DataFrameFunctionsSuite extends QueryTest with
SharedSQLContext {
}
}
+ test("array_repeat function") {
--- End diff --
We don't need so many cases here. We only need to verify the api works end
to end.
Evaluation checks of the function should be in `CollectionExpressionsSuite`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]