Skip to content

Commit

Permalink
Updated test expectation files
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Aug 8, 2023
1 parent faa2f8f commit fb96e53
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/validation/adbc_validation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ void StatementTest::TestSqlIngestDate32() {
Handle<struct ArrowArray> array;
struct ArrowError na_error;
ArrowType type = NANOARROW_TYPE_DATE32;
std::vector<std::optional<int32_t>> values = {std::nullopt, 20000, -20000};
std::vector<std::optional<int32_t>> values = {std::nullopt, 20000, 0};

ASSERT_THAT(MakeSchema(&schema.value, {{"col", type}}), IsOkErrno());
ASSERT_THAT(MakeBatch<int32_t>(&schema.value, &array.value, &na_error, values),
Expand Down
Binary file not shown.
Binary file modified c/validation/driver/sqlite/statementtest-testsqlingestdate32.arrow
Binary file not shown.

0 comments on commit fb96e53

Please sign in to comment.