Kontinuation commented on PR #770:
URL: https://github.com/apache/sedona/pull/770#issuecomment-1432355733

   > @gregleleu
   > 
   > Spark Analysis exception has been there for a while: 
https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/AnalysisException.scala
   > 
   > Not sure why it failed. In fact, we have the same Scala tests on Spark 
3.0.3 and it can successfully capture the exception. @Kontinuation Hi Kristin, 
any idea why this AnalysisException was not found in Spark 3.0.3?
   
   `AnalysisException` has some ABI-breaking changes after 3.0, so the code 
compiled with spark 3.3 could break on spark 3.0. Can we simply replace them 
with `IllegalArgumentException`?


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

Reply via email to