alamb commented on code in PR #12026: URL: https://github.com/apache/datafusion/pull/12026#discussion_r1723402132
########## docs/source/library-user-guide/building-logical-plans.md: ########## @@ -131,6 +131,37 @@ Filter: person.id > Int32(500) [id:Int32;N, name:Utf8;N] TableScan: person [id:Int32;N, name:Utf8;N] ``` +## Translating Logical Plan to Physical Plan Review Comment: Thanks @jc4x4 -- I have some ideas on improving this example -- I will push some suggestions to this branch -- 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