alamb commented on PR #12293: URL: https://github.com/apache/datafusion/pull/12293#issuecomment-2343934400
In general I think this PR is trying to make it easier to create `LogicalPlan::Extension` (aka user defined logical nodes) I agree in general about the benefit of a ticket What I would personally suggest is starting with a new example in datafusion-examples with a `LogicalPlan::Extension` node perhaps we could show how to use that to implement some sort of non-relational operation. Maybe based on the following thing from influxdata: https://github.com/influxdata/influxdb3_core/blob/1eaa4ed5ea147bc24db98d9686e457c124dfd5b7/iox_query/src/exec/schema_pivot.rs#L1-L20 @zhuliquan if you agree this is what you are trying to do, I would be happy to file the ticket to try and help this project along -- 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]
