kou opened a new pull request, #35963:
URL: https://github.com/apache/arrow/pull/35963

   ### Rationale for this change
   
   If we don't refer them, GC may free them unexpectedly.
   
   Relations:
   
   * `GArrowExecutePlan` -> `GArrowExecuteNode`s
   * `GArrowExecuteNode` -> `GArrowExecuteOptions`
   * `GArrowSourceNodeOptions` -> `GArrowRecordBatchReader` or 
`GArrowRecordBatch`
   * `GArrowRecordBatchReader` -> `GArrowRecordBatch`s or `GArrowTable`
   
   ### What changes are included in this PR?
   
   Add missing references in GLib and mark dependency container explicitly in 
Ruby.
   Because we can't mark dependency container automatically in Ruby.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   Yes.


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