kou commented on code in PR #44571: URL: https://github.com/apache/arrow/pull/44571#discussion_r1821784856
########## c_glib/arrow-glib/type.h: ########## @@ -50,6 +50,8 @@ G_BEGIN_DECLS * @GARROW_TYPE_TIME64: Exact time encoded with int64, supporting micro- or nanoseconds * @GARROW_TYPE_MONTH_INTERVAL: YEAR_MONTH interval in SQL style. * @GARROW_TYPE_DAY_TIME_INTERVAL: DAY_TIME interval in SQL style. + * @GARROW_TYPE_DECIMAL64: Precision- and scale-based decimal + * type with 64-bit. Storage type depends on the parameters. Review Comment: Could you use the same order as the definition? (Could you move this to after the `@GARROW_TYPE_RUN_END_ENCODED`?) -- 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]
