Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21246#discussion_r188183259
--- 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 --
Do we need to include these expressions here?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]