weld-project / weld

High-performance runtime for data analytics applications
https://www.weld.rs
BSD 3-Clause "New" or "Revised" License
2.99k stars 259 forks source link

Fix for applying let inliner to Apply #451

Closed sppalkia closed 5 years ago

sppalkia commented 5 years ago

Fixes a bug where variables declared outside an Apply expression could be eliminated because the inliner didn't count their usage properly.