abstractdog commented on pull request #2591:
URL: https://github.com/apache/hive/pull/2591#issuecomment-901745312
LGTM, I would request only minor changes, otherwise, it's +1:
there are another UDFs using formatter, please check those also, especially
VectorUDFDateDiffColCol which seems to do the same wrong behavior
```
date.setTime(formatter.parse(string).getTime());
output.vector[i] = DateWritableV2.dateToDays(date);
```
--
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]