avantgardnerio commented on code in PR #501:
URL: https://github.com/apache/arrow-ballista/pull/501#discussion_r1018233454
##########
ballista/client/src/context.rs:
##########
@@ -137,13 +139,17 @@ impl BallistaContext {
pub async fn standalone(
config: &BallistaConfig,
concurrent_tasks: usize,
+ table_factories: HashMap<String, Arc<dyn TableProviderFactory>>,
Review Comment:
I made it `Option`al with a default. Hopefully passing `None` will be less
burdensome.
--
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]