yaooqinn commented on issue #27013: [SPARK-30356][SQL] Codegen support for the function str_to_map URL: https://github.com/apache/spark/pull/27013#issuecomment-569197891 ```sql spark-sql> explain codegen select v, str_to_map(v) from values ('abc:a:a,:'), (null), (''), ('1:2') t(v) > ; Found 0 WholeStageCodegen subtrees. Time taken: 0.104 seconds, Fetched 1 row(s) ``` does this mean that whole stage codegen to be off?
---------------------------------------------------------------- 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]
