Dandandan commented on a change in pull request #1368:
URL: https://github.com/apache/arrow-datafusion/pull/1368#discussion_r757892477



##########
File path: datafusion/tests/sql.rs
##########
@@ -3543,6 +3543,135 @@ async fn explain_analyze_runs_optimizers() {
     assert_contains!(actual, expected);
 }
 
+#[tokio::test]
+async fn tpch_explain_q10() -> Result<()> {

Review comment:
       Nice :+1: 
   Maybe it would be good to have those in the tpch crate instead?
   In that case we could include some / all other queries as well.




-- 
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]


Reply via email to