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


##########
c_glib/arrow-glib/table.cpp:
##########
@@ -754,6 +754,24 @@ garrow_table_validate(GArrowTable *table, GError **error)
   return garrow::check(error, arrow_table->Validate(), "[table][validate]");
 }
 
+/**
+ * garrow_table_validate_full
+ * @table: A #GArrowTable
+ * @error: (nullable): Return location for a #GError or %NULL.
+ *
+ * Validate the given table. This is a extensive validation.

Review Comment:
   ```suggestion
    * Validate the given table. This is an extensive validation.
   ```



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