Ted-Jiang commented on PR #2726:
URL: 
https://github.com/apache/arrow-datafusion/pull/2726#issuecomment-1154638607

   > Thanks @Ted-Jiang
   > 
   > You probably know it, but you can also use `EXPLAIN VERBOSE` to see the 
output of the plans after each pass
   > 
   > For example:
   > 
   > ```sql
   > EXPLAIN VERBOSE SELECT * from foo where x > 5
   > ```
   
   @alamb Thanks a lot for your kindly advice! Like @waynexia  said, our team 
send logical plan to datafusion, it's easy to debug in this way.(Not want 
change our code 😂)


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

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

Reply via email to