zhuqi-lucas commented on code in PR #14954: URL: https://github.com/apache/datafusion/pull/14954#discussion_r1978587813
########## datafusion-cli/src/print_format.rs: ########## @@ -209,14 +211,175 @@ impl PrintFormat { } Ok(()) } + + #[allow(clippy::too_many_arguments)] + pub fn process_batch( Review Comment: Thank you @alamb for this suggestion, may after this PR finalizing. We can open the https://github.com/apache/datafusion/pull/14961 to my branch? Is it a common way for us to collaborate? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org