maropu commented on a change in pull request #27013: [SPARK-30356][SQL] Codegen 
support for the function str_to_map
URL: https://github.com/apache/spark/pull/27013#discussion_r361544610
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala
 ##########
 @@ -403,10 +403,11 @@ case class CreateNamedStruct(children: Seq[Expression]) 
extends Expression {
        {"a":"1","b":"2","c":"3"}
       > SELECT _FUNC_('a');
        {"a":null}
-  """)
+  """,
+  since = "2.0.1")
 
 Review comment:
   Ah, I see. Thanks for the pointer. I have no strong opinion, too, so I'll 
leave it to the @cloud-fan descision. 

----------------------------------------------------------------
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]

Reply via email to