Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/21246#discussion_r189786071
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala ---
@@ -3626,6 +3626,125 @@ object functions {
*/
def map_values(e: Column): Column = withExpr { MapValues(e.expr) }
+
//////////////////////////////////////////////////////////////////////////////////////////////
--- End diff --
Let's keep these for now and revisit again later. We'll need to discuss
which one is here or not in a batch.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]