MaxGekk commented on issue #26180: [SPARK-29524][SQL] Support unordered interval units in casting from strings URL: https://github.com/apache/spark/pull/26180#issuecomment-544645030 @cloud-fan WDYT about modifying it to support `UTF8String` as the input and use `UTF8String` methods inside. This can be similar to what we have for timestamps and dates - `DateTimeUtils.stringToTimestamp` and `stringToDate`. And this should be faster, and could be used from the `Cast` expression.
---------------------------------------------------------------- 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]
