rtpsw commented on PR #13880: URL: https://github.com/apache/arrow/pull/13880#issuecomment-1229552904
@icexelloss, I considered [using `table_builder`](https://github.com/apache/arrow/blob/ac0949bd5fb627e57785799b76232688f1a348f5/cpp/src/arrow/table_builder.h) per [your `AsofJoin` follow-up items](https://github.com/apache/arrow/pull/13028#issue-1219272878). It looks like it should work but won't significantly simplify the `AsofJoinNode` materialize-code, which relies on specific code per type-id for performance. -- 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]
