You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/10/30 10:43:00 UTC

[jira] [Updated] (ARROW-10429) [C++][Gandiva] Revert to_date function

     [ https://issues.apache.org/jira/browse/ARROW-10429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-10429:
-----------------------------------
    Labels: pull-request-available  (was: )

> [C++][Gandiva] Revert to_date function
> --------------------------------------
>
>                 Key: ARROW-10429
>                 URL: https://issues.apache.org/jira/browse/ARROW-10429
>             Project: Apache Arrow
>          Issue Type: Task
>            Reporter: Sagnik Chakraborty
>            Assignee: Sagnik Chakraborty
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> After this commit to add to_date function in Gandiva: [https://github.com/apache/arrow/commit/f1f4001660a634c311a1580160823bc645806273], the Travis build started failing due to the TEST_F(TestProjector, TestToDate) test in projector_test. It passed during CI but only fails in travis-xenial. 
> There it runs on docker image, so it is likely that it only fails inside that docker image. The base image for docker that we use is an old centos version so its probably some new C++ feature not yet supported in the earlier C++ compiler. That's why it fails during compilation.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)