Reranko05 opened a new issue, #50225:
URL: https://github.com/apache/arrow/issues/50225

   ### Describe the enhancement requested
   
   `Arrow::Table#merge` and `Arrow::RecordBatch#merge` have similar 
implementations, resulting in duplicated merge logic.
   
   Move the common merge implementation to `Arrow::ColumnContainable` and keep 
container-specific behavior (such as column conversion and container creation) 
in each class.
   
   ### Additional context
   
   This is a follow-up to #50175 as suggested by @kou
   
   ### Component(s)
   
   Ruby


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