Skip to content

Commit 773c731

Browse files
committed
Fixes
Change-Id: Ib719b164e76ba6d3bd99d6b4c980f9eacab30d2c
1 parent 00d4126 commit 773c731

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ environment:
4848
global:
4949
USE_CLCACHE: true
5050
ARROW_BUILD_GANDIVA: "OFF"
51-
ARROW_LLVM_VERSION: "7.0.x"
51+
ARROW_LLVM_VERSION: "7.0.*"
5252
PYTHON: "3.6"
5353
ARCH: "64"
5454

cpp/src/gandiva/precompiled/time_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ TEST(TestTime, TestCastTimestamp) {
8282

8383
TEST(TestTime, TestCastTimestampErrors) {
8484
ExecutionContext context;
85+
int64_t context_ptr = reinterpret_cast<int64_t>(&context);
86+
8587
// error cases
8688
EXPECT_EQ(castTIMESTAMP_utf8(context_ptr, "20000923", 8), 0);
8789
EXPECT_EQ(context.get_error(), "Not a valid day for timestamp value 20000923");

0 commit comments

Comments
 (0)