kou commented on code in PR #36470:
URL: https://github.com/apache/arrow/pull/36470#discussion_r1253853202


##########
c_glib/arrow-glib/composite-array.cpp:
##########
@@ -59,7 +59,15 @@ G_BEGIN_DECLS
  * #GArrowDictionaryArray is a class for dictionary array. It can
  * store data with dictionary and indices. It's space effective than
  * normal array when the array has many same values. You can convert a
- * normal array to dictionary array by garrow_array_dictionary_encode().
+ * normal array to a dictionary array by
+ * garrow_array_dictionary_encode().
+ *
+ * #GArrowRunEndEncodedArray is a class for run-end encoded array. It
+ * can store data with run-ends and values. It's space effective than

Review Comment:
   Thanks for the wording suggestion! (I'm not a native English speaker.)
   I've added "more".



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