Skip to content

Commit

Permalink
Support Apache Arrow GLib 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 23, 2018
1 parent 1116458 commit 429aa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/arrow-nmatrix/arrow-nmatrix.c
@@ -1,5 +1,5 @@
/*
* Copyright 2017 Kouhei Sutou <kou@clear-code.com>
* Copyright 2017-2018 Kouhei Sutou <kou@clear-code.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -54,7 +54,7 @@ garrow_type_to_nmatrix_dtype(GArrowType arrow_type)
nmatrix_type = FLOAT64;
break;
case GARROW_TYPE_NA:
case GARROW_TYPE_BOOL:
case GARROW_TYPE_BOOLEAN:
case GARROW_TYPE_UINT16:
case GARROW_TYPE_UINT32:
case GARROW_TYPE_UINT64:
Expand Down

0 comments on commit 429aa48

Please sign in to comment.