andygrove commented on code in PR #1578:
URL:
https://github.com/apache/datafusion-ballista/pull/1578#discussion_r3178425605
##########
ballista/core/src/lib.rs:
##########
@@ -33,6 +33,8 @@ pub fn print_version() {
/// Client utilities for connecting to Ballista schedulers.
pub mod client;
+/// Connection pool for reusing `BallistaClient`` instances across requests.
Review Comment:
```suggestion
/// Connection pool for reusing `BallistaClient` instances across requests.
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]