You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by rip-nsk <gi...@git.apache.org> on 2017/12/05 05:46:37 UTC

[GitHub] orc issue #197: ORCORC-271: Improve HAS_PRE_1970/HAS_POST_2038 code

Github user rip-nsk commented on the issue:

    https://github.com/apache/orc/pull/197
  
    Change in HAS_POST_2038 shows the bug in osx/clang build:
    /Users/travis/build/apache/orc/tools/test/TestMatch.cc:149: Failure
          Expected: expectedLine
          Which is: "{\"time\": \"2038-05-05 12:34:56.1\", \"date\": \"2038-12-25\"}"
    To be equal to: line
          Which is: "{\"time\": \"2038-05-05 11:34:56.1\", \"date\": \"2038-12-25\"}"
    wrong output at row 0


---