matko opened a new issue, #1004:
URL: https://github.com/apache/datafusion-python/issues/1004
   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   I am trying to create a view over a set of parquet files that I often need 
to query together in a particular way.
   Datafusion supports views, essentially logical plans that are registered as 
a table (through `ViewTable`. Unfortunately, this functionality is not exposed 
in the python bindings.
   
   **Describe the solution you'd like**
   Expose `ViewTable` in the datafusion-python bindings, so that they can be 
created from a `LogicalPlan` and then registered with 
`SessionContext.register_table`.
   
   **Describe alternatives you've considered**
   There is also a DDL syntax for creating views. This works fine in many 
scenarios, but is less ideal in dynamic scenarios it means having to compose a 
view as a string. This leads to all sorts of potential injection problems.
   


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to