comphead commented on code in PR #9520:
URL: https://github.com/apache/arrow-datafusion/pull/9520#discussion_r1518651643
##########
datafusion/core/src/execution/context/mod.rs:
##########
@@ -1587,7 +1587,7 @@ impl SessionState {
self
}
- /// Replace the default query planner
+ /// use `query_planner` to plan queries, replacing the default
Review Comment:
```suggestion
/// override default query planner with `query_planner`
```
--
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]