dragosmg commented on code in PR #13541:
URL: https://github.com/apache/arrow/pull/13541#discussion_r923802322
##########
r/R/query-engine.R:
##########
@@ -259,9 +260,40 @@ ExecPlan <- R6Class("ExecPlan",
...
)
},
+ ToString = function() ExecPlan_ToString(self),
Review Comment:
I see only one reason to leave it in - see [my comment
above](https://github.com/apache/arrow/pull/13541#issuecomment-1187339383) - as
scaffolding for future, when sink nodes might be in the exec plan without any
additional gymnastics.
--
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]