fix: support revertable for concatenate in pyarrow logic#2889
Conversation
Codecov Report
Additional details and impacted files
|
|
@jpivarski this fixes #2884, though I think we should refactor this logic down the road to obviate the need for the |
jpivarski
left a comment
There was a problem hiding this comment.
I was about to look into #2884, but you've already solved it!
Your use of is_revertable is more formal than the getattr with a default that I would have done, but this is good, as it leads the way toward type annotations.
This PR is good to merge!
Fixes #2884