dragosmg commented on PR #13541: URL: https://github.com/apache/arrow/pull/13541#issuecomment-1187339383
I decided to keep 2 print methods for the `ExecPlan` R6 object. * one called `$ToString()` which is simpler, and does not include information from the SinkNode * another one called `$ToStringWithSink()` which includes information from any SinkNodes involved (with the caveat that something weird is going on with head/tail) * we have a lint triggered by the high cyclomatic complexity of the `ExecPlan` Class, which now is at 28 and we accept a maximum of 26. -- 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]
