Sagnik Chakraborty created ARROW-10429: ------------------------------------------
Summary: [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 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)