karenfeng commented on pull request #31619: URL: https://github.com/apache/spark/pull/31619#issuecomment-788301336
> There exists most Exception occusr in execution stage, so we should put them into `QueryExecutionErros`. Thanks for taking a look @beliefer! My impression for this grouping work is that the `QueryCompilationErrors` file should contain all `AnalysisException`s, regardless of where the exception was thrown. The errors that I grouped into `QueryCompilationErrors` wrapped `AnalysisException`, eg. `NoSuchNamespaceException`. Could you clarify why you think these exceptions should go into `QueryExecutionErrors`? ---------------------------------------------------------------- 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]
