hvanhovell opened a new pull request, #41879:
URL: https://github.com/apache/spark/pull/41879

   ### What changes were proposed in this pull request?
   This PR decouples ParseException from AnalysisException.
   
   ### Why are the changes needed?
   We are moving (parts of) parsing to sql/api to share (datatype) parsing 
between connect and sql.
   
   ### Does this PR introduce _any_ user-facing change?
   Yes and no. This is a breaking change in the sense that the parent class of 
the ParseException changes from AnalysisException to SparkException.
   
   ### How was this patch tested?
   Existing tests.
   


-- 
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]

Reply via email to