milenkovicm commented on code in PR #1578:
URL:
https://github.com/apache/datafusion-ballista/pull/1578#discussion_r3163072550
##########
ballista/core/src/client.rs:
##########
@@ -114,6 +114,24 @@ impl BallistaClient {
})
}
+ /// creates a ballista client to be used for testing
+ /// it connects lazily and which can not really
+ /// be reconfigured.
+ pub fn new_for_test(host: &str, port: u16) -> Self {
Review Comment:
It should but apparently it does not work across different crates, or I'm
doing something wrong
--
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]