iRakson commented on a change in pull request #27759: [SPARK-31008][SQL]Support
json_array_length function
URL: https://github.com/apache/spark/pull/27759#discussion_r387471894
##########
File path: sql/core/src/main/scala/org/apache/spark/sql/functions.scala
##########
@@ -3954,6 +3954,17 @@ object functions {
def to_json(e: Column): Column =
to_json(e, Map.empty[String, String])
+ /**
Review comment:
I believe it should be allowed to be used directly.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]