kou commented on a change in pull request #12271:
URL: https://github.com/apache/arrow/pull/12271#discussion_r794293854
##########
File path: c_glib/arrow-glib/compute.cpp
##########
@@ -5192,3 +5301,21 @@
garrow_round_to_multiple_options_get_raw(GArrowRoundToMultipleOptions *options)
return static_cast<arrow::compute::RoundToMultipleOptions *>(
garrow_function_options_get_raw(GARROW_FUNCTION_OPTIONS(options)));
}
+
+
+GArrowUTF8NormalizeOptions *
+garrow_utf8_normalize_options_new_raw(
+ const arrow::compute::Utf8NormalizeOptions *arrow_options)
+{
+ auto options = g_object_new(GARROW_TYPE_UT_F8_NORMALIZE_FORM,
Review comment:
`glib-mkenums` guesses wrong identifier.
I added an annotation to specify correct identifier explicitly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]