Skip to content

Commit bb9b231

Browse files
committed
GH-45710: [GLib] Add GArrowStringViewArray
1 parent ae4fba1 commit bb9b231

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

c_glib/arrow-glib/basic-array.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -2657,8 +2657,10 @@ garrow_string_view_array_new(gint64 length,
26572657
garrow_buffer_get_raw(null_bitmap),
26582658
n_nulls,
26592659
offset);
2660-
return GARROW_STRING_VIEW_ARRAY(
2661-
g_object_new(GARROW_TYPE_STRING_VIEW_ARRAY, "array", &string_view_array, nullptr));
2660+
return GARROW_STRING_VIEW_ARRAY(g_object_new(GARROW_TYPE_STRING_VIEW_ARRAY,
2661+
"array",
2662+
&arrow_string_view_array,
2663+
nullptr));
26622664
}
26632665

26642666
/**

0 commit comments

Comments
 (0)