[ https://issues.apache.org/jira/browse/HIVE-25306?focusedWorklogId=620962&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-620962 ]
ASF GitHub Bot logged work on HIVE-25306: ----------------------------------------- Author: ASF GitHub Bot Created on: 09/Jul/21 12:51 Start Date: 09/Jul/21 12:51 Worklog Time Spent: 10m Work Description: zabetak commented on pull request #2445: URL: https://github.com/apache/hive/pull/2445#issuecomment-877163732 @mattmccline-microsoft @ashish-kumar-sharma @sankarh I added a few comments in the JIRA since I think we should agree there before doing a line by line review. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 620962) Time Spent: 1h 20m (was: 1h 10m) > Move Date and Timestamp parsing from ResolverStyle.LENIENT to > ResolverStyle.STRICT > ---------------------------------------------------------------------------------- > > Key: HIVE-25306 > URL: https://issues.apache.org/jira/browse/HIVE-25306 > Project: Hive > Issue Type: Bug > Components: Query Planning, UDF > Reporter: Ashish Sharma > Assignee: Ashish Sharma > Priority: Major > Labels: pull-request-available > Time Spent: 1h 20m > Remaining Estimate: 0h > > Description - > Currently Date.java and Timestamp.java use DateTimeFormatter for parsing to > convert the date/timpstamp from int,string,char etc to Date or Timestamp. > Default DateTimeFormatter which use ResolverStyle.LENIENT which mean date > like "1992-13-12" is converted to "2000-01-12", > Moving DateTimeFormatter which use ResolverStyle.STRICT which mean date like > "1992-13-12" is not be converted instead NULL is return. -- This message was sent by Atlassian Jira (v8.3.4#803005)