-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68180/
-----------------------------------------------------------

(Updated Aug. 6, 2018, 8:57 a.m.)


Review request for oozie and András Piros.


Repository: oozie-git


Description
-------

The oozie/examples/src/main/java/org/apache/oozie/example/DateList.java 
produces a wrong action output:

,2009-02-01T01:15Z,2009-02-01T01:30Z,2009-02-01T01:45Z,2009-02-01T02:00Z
instead of

2009-02-01T01:00Z,2009-02-01T01:15Z,2009-02-01T01:30Z,2009-02-01T01:45Z
the first element is missing in the list (but not the separator). This is 
caused by an off-by-one error introduced in OOZIE-2942.


Diffs (updated)
-----

  examples/src/main/java/org/apache/oozie/example/DateList.java 731fe413 
  examples/src/test/java/org/apache/oozie/example/TestDateList.java 
PRE-CREATION 


Diff: https://reviews.apache.org/r/68180/diff/2/

Changes: https://reviews.apache.org/r/68180/diff/1-2/


Testing
-------


Thanks,

Daniel Becker

Reply via email to