dask-sql icon indicating copy to clipboard operation
dask-sql copied to clipboard

[DOC] Write guide to writing optimizer rules

Open andygrove opened this issue 3 years ago • 1 comments

Report needed documentation We will likely need to implement more optimization rules, either in DataFusion, or in Dask SQL. There is no documentation currently on how to do this.

Describe the documentation you'd like Write guide to writing optimizer rules

Steps taken to search for needed documentation None

andygrove avatar Sep 28 '22 15:09 andygrove

I have a PR ready for review: https://github.com/apache/arrow-datafusion/pull/3788

andygrove avatar Oct 11 '22 23:10 andygrove

The PR was merged - see documentation at https://github.com/apache/arrow-datafusion/tree/master/datafusion/optimizer

andygrove avatar Oct 19 '22 14:10 andygrove