huaxingao commented on pull request #29535: URL: https://github.com/apache/spark/pull/29535#issuecomment-682333545
For this explain formatted ``` EXPLAIN FORMATTED CREATE VIEW explain_view AS SELECT key, val FROM explain_temp1 ``` Now it has ``` ...... (3) UnresolvedRelation Arguments: [explain_temp1], org.apache.spark.sql.util.CaseInsensitiveStringMap@1f ...... ``` Do we just need to change the expected output to let the test pass? Or we need to fix the code to make the explain string to have more meaningful info than `org.apache.spark.sql.util.CaseInsensitiveStringMap@1f`? ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
