Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/1952
  
    @1ambda Thanks for taking a look.
    
    Regarding query directly over the TableData in the ResourcePool, it depends 
on each interpreter.
    For example, SparkInterpreter can implement [DataSource 
API](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala)
 to load data from ResourcePool. Then SparkInterpreter will able to query data 
created from other interpreter, when the data is abstracted by TableData and 
exist in the ResourcePool.
    
    The same approaches can be applied to all other interpreter. So any 
interpreter that supports plugin data source layer, might implement 
ResourcePool as a data source and make query.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to