amoeba commented on issue #39038: URL: https://github.com/apache/arrow/issues/39038#issuecomment-1836820307
Hi @TPDeramus as was asked in your [StackOverflow post](https://stackoverflow.com/questions/77586964/error-when-attempting-to-full-join-of-two-arrow-tables-in-r), a way for us to reproduce this would be best. The error message you're getting is very strange. Normally it looks like this: > NotImplemented: Function 'coalesce' has no kernel matching input types (int32, string) If you aren't able to provide a reproducible example, adding a `browser()` statement before the line of code with the `full_join` and taking a close look at the arguments might give us some clues as to what's going on here. -- 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]
