alamb commented on issue #1972: URL: https://github.com/apache/arrow-datafusion/issues/1972#issuecomment-1070483207
Love this discussion ❤️ I really like the idea of being able to use the DataFusion optimizer logic in a general way. It would be awesome to use DataFusion with various different optimization approaches, depending on usecase. I think if a solution can handle the existing optimizer passes it is likely to be general enough for all future optimization passes. A required step for any of these solutions, I think, is to more carefully separate the plan traversal from the existing plan logic, so that seems like an obvious first step to take in the DataFusion code base. trying to move egg based optimization to datafusion-contrib as suggested by @Dandandan sounds like a great idea, and we can use that experience to iterate on the best interface in DataFusion -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org