adriangb commented on PR #19505:
URL: https://github.com/apache/datafusion/pull/19505#issuecomment-3696741607

   > As I recall, the idea was to permit projects (maybe dask?) use the 
datafusion parser/frontend without also having to bring in the entire execution 
engine (e.g. having to have all the expression machinery).
   
   As far as I can tell the new API has similar or less requirements / 
dependencies. The `SimplifyInfo` trait required:
   - `ExecutionProps` (which requires `ConfigOptions)
   - `DataType` (from arrow)
   The struct has:
   - `DFSchemaRef` (maybe could be just `SchemaRef`?)
   - `ConfigOptions`


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to