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
In some scenarios, some of our heuristic optimization may actually be more costly than naively running the plan as is. As seen here #3759
I'd like a way to enable/disable certain optimizations when executing daft.
Describe the solution you'd like
example usage
# not exactly sure what the most ergonomic api for this would be, but something like this maybe? daft.set_planning_config(disable_optimizer_rules=["MaterializeScans"])
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered:
@universalmind303 thanks for reporting. Quick input on the API and format, we can probably take inspiration from the existing engines like pyspark and datafusion:
Is your feature request related to a problem?
In some scenarios, some of our heuristic optimization may actually be more costly than naively running the plan as is. As seen here #3759
I'd like a way to enable/disable certain optimizations when executing daft.
Describe the solution you'd like
example usage
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: