xuanyuanking commented on a change in pull request #24299: [SPARK-27388][SQL]
expression encoder for objects defined by properties
URL: https://github.com/apache/spark/pull/24299#discussion_r274323663
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/encoders/ExpressionEncoderSuite.scala
##########
@@ -308,6 +309,19 @@ class ExpressionEncoderSuite extends
CodegenInterpretedPlanTest with AnalysisTes
encodeDecodeTest(Option("abc"), "option of string")
encodeDecodeTest(Option.empty[String], "empty option of string")
+ encodeDecodeTest(
Review comment:
Thanks @bdrillard for the summary of previous work.
Seems #22878 covered this scenario? Please correct me if I missing
something.
https://github.com/apache/spark/pull/22878/files#diff-24ca7610c9c163779104e6c797713431R327
----------------------------------------------------------------
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]