okadakk commented on a change in pull request #12271:
URL: https://github.com/apache/arrow/pull/12271#discussion_r793684657



##########
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:
       I don't know why i can use 'GARROW_TYPE_UTF8_NORMALIZE_FORM' variable.
   
   When compiling, I get the following error: ``use of undeclared identifier 
'GARROW_TYPE_UTF8_NORMALIZE_FORM``
   
   Could you tell me how to fix it?
   




-- 
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]


Reply via email to