junrushao commented on PR #12520:
URL: https://github.com/apache/tvm/pull/12520#issuecomment-1229029253

   > > Another problem I’m thinking about is.. What will happen if we have code
   > > ```python
   > > with database_0, database_1:
   > >     ...
   > > ```
   > >   
   > > If we query the best record in the “with” body, looks like the current 
impl will only looking for records in `database_2`, rather than looking for 
record from both databases?
   > 
   > I think if we have a way to merge several databases, we can agree that we 
only support `with database:` (one database).
   
   @MasterJH5574 @masahi Great discussion here! We will introduced 
`JoinedDatabase` in the near future to cater such needs


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