hiroyuki-sato commented on PR #46615: URL: https://github.com/apache/arrow/pull/46615#issuecomment-2915293021
@kou Thank you for your review you meant the following. correct? If so, fixed ```diff -G_DECLARE_DERIVABLE_TYPE( - GArrowListDataType, garrow_list_data_type, GARROW, LIST_DATA_TYPE, GArrowDataType) +G_DECLARE_DERIVABLE_TYPE(GArrowListDataType, + garrow_list_data_type, + GARROW, + LIST_DATA_TYPE, + GArrowBaseListDataType) ``` -- 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]
