You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/03/01 21:22:15 UTC

[GitHub] [spark] karenfeng commented on pull request #31619: [WIP][SPARK-33600] Group exception messages in execution/datasources/v2

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org