-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.99.2
-
Fix Version/s: 1.99.3
-
Component/s: None
-
Labels:None
Attached test case that is using Date splitter for interval from 2004-10-20 to 2013-10-17 will create following splits on my machine (with PDT timezone):
'2004-10-19' <= DCOL AND DCOL < '2007-10-19' '2007-10-19' <= DCOL AND DCOL < '2010-10-18' '2010-10-18' <= DCOL AND DCOL <= '2013-10-16'
The last split is missing entire day 2013-10-17. I'm assuming that the issue is in the timezone conversions that we've introduced in SQOOP-1080.
- links to