HeartSaVioR opened a new pull request, #37042: URL: https://github.com/apache/spark/pull/37042
### What changes were proposed in this pull request? This PR is a follow-up of #36963. With the change of #36963, LogicalRelation prints out the catalog table differently in explain on logical plan. It only prints out the qualified table name, and optionally also prints the class of serde if the information is available. #36963 does not account the part which can be optionally written. While this does not break "current" tests, it would be ideal to address the issue in prior. ### Why are the changes needed? It could probably be a possible bug in future, though it would be just a test side. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing UTs. The internal test failed because of this (it exposed the serde class), and we fixed the test with this patch. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
