alamb commented on pull request #811:
URL: https://github.com/apache/arrow-datafusion/pull/811#issuecomment-904723875


   > but provide a RemoteParquetTableBuilder that uses the ObjectStore API on 
the async listing but build a ParquetTable asynchronously?
   
   That is a really neat idea @yjshen  - I hadn't thought of that but it sounds 
very good
   
   > Then they could register ParquetTable using context::register_table(self, 
table_ref, provider). Does this volatiles the idiomatic async in Rust?
   
   Not in my opinion.
   
   >  I think Rust doesn't support runtime reflection?
   
   That is correct -- Rust doesn't have built in runtime reflection support -- 
that type of behavior needs to be added in the application logic


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