We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9879dea commit 008f20cCopy full SHA for 008f20c
c_glib/arrow-glib/compute.cpp
@@ -9536,7 +9536,7 @@ GArrowMakeStructOptions *
9536
garrow_make_struct_options_new_raw(const arrow::compute::MakeStructOptions *arrow_options)
9537
{
9538
auto options =
9539
- GARROW_MAKE_STRUCT_OPTIONS(g_object_new(GARROW_TYPE_MAKE_STRUCT_OPTIONS, NULL));
+ GARROW_MAKE_STRUCT_OPTIONS(g_object_new(GARROW_TYPE_MAKE_STRUCT_OPTIONS, nullptr));
9540
auto arrow_new_options = static_cast<arrow::compute::MakeStructOptions *>(
9541
garrow_function_options_get_raw(GARROW_FUNCTION_OPTIONS(options)));
9542
*arrow_new_options = *arrow_options;
0 commit comments