You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Switch scan.execute to return pre-filtered data (delta-io#1429)
## What changes are proposed in this pull request?
Switch scan.execute to pre-filter the data.
Also adds the needed apis to `EngineData` to support this.
I'm encouraged that this leads to a net reduction in code.
NB: This is a pretty major public facing change to our APIS (see how
many examples/tests had to change).
### This PR affects the following public APIs
`scan.execute`
## How was this change tested?
Existing tests
0 commit comments