Krisztian Szucs created ARROW-6025: -------------------------------------- Summary: [Gandiva][Test] Error handling for missing timezone in castTIMESTAMP_utf8 tests Key: ARROW-6025 URL: https://issues.apache.org/jira/browse/ARROW-6025 Project: Apache Arrow Issue Type: Bug Components: C++ - Gandiva Reporter: Krisztian Szucs
I've recently enabled gandiva in the conda c++ ursabot builders. The container doesn't contain the required timezones do the tests are failing: {code} ../src/gandiva/precompiled/time_test.cc:103: Failure Expected equality of these values: castTIMESTAMP_utf8(context_ptr, "2000-09-23 9:45:30.920 Canada/Pacific", 37) Which is: 0 969727530920 ../src/gandiva/precompiled/time_test.cc:105: Failure Expected equality of these values: castTIMESTAMP_utf8(context_ptr, "2012-02-28 23:30:59 Asia/Kolkata", 32) Which is: 0 1330452059000 ../src/gandiva/precompiled/time_test.cc:107: Failure Expected equality of these values: castTIMESTAMP_utf8(context_ptr, "1923-10-07 03:03:03 America/New_York", 36) Which is: 0 -1459094217000 {code} See build: https://ci.ursalabs.org/#/builders/66/builds/3046/steps/8/logs/stdio -- This message was sent by Atlassian JIRA (v7.6.14#76016)