Omega359 commented on code in PR #14653: URL: https://github.com/apache/datafusion/pull/14653#discussion_r1970633135
########## datafusion/core/src/dataframe/mod.rs: ########## @@ -183,6 +183,8 @@ pub struct DataFrame { // Box the (large) SessionState to reduce the size of DataFrame on the stack session_state: Box<SessionState>, plan: LogicalPlan, + // whether we can skip validation for projection ops Review Comment: Updated, please review text when you have a chance. -- 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