yahoNanJing commented on code in PR #501:
URL: https://github.com/apache/arrow-ballista/pull/501#discussion_r1017804258


##########
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:
   Should we use `TableProviderSessionBuilder` here? And for the standalone 
case, can the table_factories be determined by the ballista config? Maybe we 
don't need this additional parameter for this interface.



-- 
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]

Reply via email to