viirya commented on pull request #1319: URL: https://github.com/apache/arrow-datafusion/pull/1319#issuecomment-971375367
Hmm, there is a test `ctx_sql_should_optimize_plan` that assumes the logical plan after `sql` is optimized one. I thought it doesn't make sense as the logical plan is not a final one, e.g. you could do `select` etc. operations to produce new DataFrame (i.e., new logical plan). We only need to optimize it before creating physical plan (`create_physical_plan`). -- 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]
