peter-toth commented on issue #9457: URL: https://github.com/apache/arrow-datafusion/issues/9457#issuecomment-1978161952
Thanks for pinging me @berkaysynnada. I was thinking about using macros instead of chaining `Transfomed`s (`update_data()` + `try_transform_node()`). In a macro we still need to handle `tnr == Stop` from the result of the previous transformation, but we don't need to build those tuples (`(new_expr, when_then_expr, else_expr)`) at least. But this week is a bit hectic for me so if you have any other idea or want to experiment with the above feel free to do it and ping me for review. -- 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]
