MaxGekk commented on issue #26010: [SPARK-29342][SQL] Make casting of string values to intervals case insensitive URL: https://github.com/apache/spark/pull/26010#issuecomment-537875010 `fromCaseInsensitiveString` is not only case insensitive but it is tolerant to missing of `interval` at the beginning of the input comparing to `fromString()`. I am looking to how to make the `interval` word optional in the pattern.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
