tgravescs commented on PR #36022:
URL: https://github.com/apache/spark/pull/36022#issuecomment-1093343762

   question, I haven't kept up with all the error changes, but this only 
changes 1 place and there are other places in the QueryExecutionErrors that 
still use the ArtithmeticException, like right above the one you changed:
   
   ```
    def arithmeticOverflowError(e: ArithmeticException): ArithmeticException = {
       new ArithmeticException(s"${e.getMessage}. If necessary set 
${SQLConf.ANSI_ENABLED.key} " +
         s"to false to bypass this error.")
     }
   ```
   
   is there a reason we are now inconsistent?


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