wjones127 commented on pull request #12751: URL: https://github.com/apache/arrow/pull/12751#issuecomment-1086153469
The reason for the odd dispatch is that R 3.6 looks for a `cbind` implementation for each argument, and if it finds multiple then it falls back to the built-in `cbind`. Our `cbind.RecordBatch` test only has one input with a cbind method (the record batch), but our `cbind.Table` test has two (record batch + table). -- 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]
