imback82 edited a comment on pull request #30794: URL: https://github.com/apache/spark/pull/30794#issuecomment-747072772
@cloud-fan Should we also remove command name from the following: https://github.com/apache/spark/blob/728a1298afa78c6acd7cdc4c21ee441120c34716/sql/catalyst/src/main/scala/org/apache/spark/sql/QueryCompilationErrors.scala#L188-L196 We can do `s"$quoted is a temp view, not a table"` and `s"$quoted is a temp view, not a table or permanent view."` respectively. And we can remove `commandName` from `UnresolvedTable|View|TableOrView`. WDYT? ---------------------------------------------------------------- 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]
