Skip to content

Commit

Permalink
add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Ho authored and Colin Ho committed Oct 15, 2024
1 parent 322a3a0 commit 0de3933
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions daft/logical/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ def to_physical_plan_scheduler(self, daft_execution_config: PyDaftExecutionConfi
used to generate executable tasks for the physical plan.
This should be called after triggering optimization with self.optimize().
**Warning**: This function is not part of the stable API and may change
without notice. It is intended for internal or experimental use only.
"""
from daft.plan_scheduler.physical_plan_scheduler import PhysicalPlanScheduler

Expand Down

0 comments on commit 0de3933

Please sign in to comment.