Skip to content

Commit

Permalink
Move an API to experimental
Browse files Browse the repository at this point in the history
 On branch feature/plan-utils
 Changes to be committed:
	new file:   quinn/experimental/__init__.py
	renamed:    quinn/plan_utils.py -> quinn/experimental/plan_utils.py
  • Loading branch information
SemyonSinchenko committed Nov 27, 2023
1 parent 501337a commit cf65fb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions quinn/experimental/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""Experimental API.
These APIs are unstable because they use non-stable parts of PySpark API.
"""

from quinn.experimental.plan_utils import estimate_size_of_df # noqa: F401, I001
from quinn.experimental.plan_utils import get_plan_from_df # noqa: F401
File renamed without changes.

0 comments on commit cf65fb8

Please sign in to comment.