Skip to content

Commit

Permalink
Warning cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Feb 26, 2025
1 parent de5ef69 commit d455f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nanoarrow/common/array.c
Original file line number Diff line number Diff line change
Expand Up @@ -1198,8 +1198,8 @@ static int ArrowArrayViewValidateDefault(struct ArrowArrayView* array_view,
array_view->children[0]->length);
return EINVAL;
}
break;
}
break;

case NANOARROW_TYPE_RUN_END_ENCODED: {
struct ArrowArrayView* run_ends_view = array_view->children[0];
Expand Down

0 comments on commit d455f99

Please sign in to comment.