[ 
https://issues.apache.org/jira/browse/ORC-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15328428#comment-15328428
 ] 

Owen O'Malley commented on ORC-70:
----------------------------------

The MacOS timezone files (/usr/share/zoneinfo) don't extend past 2037. When you 
run the ORC cmake on MacOS, at the bottom of the environment tests you should 
see:

-- Performing Test HAS_PRE_1970
-- Performing Test HAS_PRE_1970 - Success
-- Performing Test HAS_POST_2038
-- Performing Test HAS_POST_2038 - Failed

Without HAS_POST_2038, it should disable the tests that test the dates past 
2037. Since those are the tests that are failing, somehow the test is passing, 
even though it shouldn't. Take a look at c++/src/CMakeLists.txt for the 
definition of HAS_POST_2038 to figure out what is going wrong.

> Add travis CI for contributor to verify commit and pull request.
> ----------------------------------------------------------------
>
>                 Key: ORC-70
>                 URL: https://issues.apache.org/jira/browse/ORC-70
>             Project: Orc
>          Issue Type: Improvement
>          Components: build
>            Reporter: hongwu
>            Priority: Minor
>
> As a developer wants to contribute to apache orc, I want to use CI to verify 
> the code. I noticed that there is a private travis CI in hortonworks/orc 
> while it is opacity. I try to add the .travis.yml file to achieve this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to