vladanvasi-db commented on code in PR #47846:
URL: https://github.com/apache/spark/pull/47846#discussion_r1749665221


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/IntervalUtils.scala:
##########
@@ -526,8 +530,10 @@ object IntervalUtils extends SparkIntervalUtils {
     } catch {
       case e: Exception =>
         throw new SparkIllegalArgumentException(

Review Comment:
   This exception is caught in the `catch` below and is rethrown as 
`INVALID_INTERVAL_FORMAT.DAY_TIME_PARSING`. That's why there is not a case for 
it



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