AngersZhuuuu commented on pull request #32271:
URL: https://github.com/apache/spark/pull/32271#issuecomment-830505502
@MaxGekk I think it's ready for review now, but I am confused how can I use
`dayTimePattern(DAY -> SECOND)` in match case ?
When I write
```
val regex = dayTimePattern(DAY-> SECOND)
intervalStr match {
case dayTimePattern(sign, day, hour, minute, secondAndMicro)
.......
}
```
It can't match, do you know how to match this? If it can be done, we can
simplify more code.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]