tustvold commented on code in PR #4679:
URL: https://github.com/apache/arrow-datafusion/pull/4679#discussion_r1053293868
##########
datafusion/core/tests/sql/subqueries.rs:
##########
@@ -252,15 +252,8 @@ async fn tpch_q17_correlated() -> Result<()> {
);"#;
// assert plan
- let plan = ctx
- .create_logical_plan(sql)
- .map_err(|e| format!("{:?} at {}", e, "error"))
Review Comment:
These map_err were only adding a context of `"error"` so I just opted to
remove them :sweat_smile:
--
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]