theirix commented on PR #17843: URL: https://github.com/apache/datafusion/pull/17843#issuecomment-3358204472
I just had a first glance – the `RelationPlanner` is an excellent idea! It allows extending the `SqlToRel` implementation in an external module. The user code looks the same with a well-known `let df = ctx.sql(sql).await?` statement. And extending the SQL API is shifted to configuring the context. I think it aligns well with the existing extensibility API. -- 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]
