You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/01 08:11:05 UTC

[GitHub] [arrow-datafusion] viirya commented on a diff in pull request #4056: MINOR: Print unoptimized logical plan in execute_query

viirya commented on code in PR #4056:
URL: https://github.com/apache/arrow-datafusion/pull/4056#discussion_r1010189148


##########
benchmarks/src/bin/tpch.rs:
##########
@@ -290,7 +290,7 @@ async fn execute_query(
     debug: bool,
 ) -> Result<Vec<RecordBatch>> {
     let plan = ctx.sql(sql).await?;
-    let plan = plan.to_logical_plan()?;

Review Comment:
   This is optimized plan actually which duplicates later.



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org