Skip to content

Commit 96ca182

Browse files
committed
Remove experimental warning of cte_optimization_enabled
1 parent c827ae5 commit 96ca182

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
- Enhanced `DataFrame.sort()` to support `ORDER BY ALL` when no columns are specified.
4848
- Catalog API now uses SQL commands instead of SnowAPI calls. This new implementation is more reliable now.
49+
- Removed experimental warning from `Session.cte_optimization_enabled`.
4950

5051
#### Dependency Updates
5152

src/snowflake/snowpark/session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,6 @@ def sql_simplifier_enabled(self, value: bool) -> None:
11221122
self._sql_simplifier_enabled = value
11231123

11241124
@cte_optimization_enabled.setter
1125-
@experimental_parameter(version="1.15.0")
11261125
def cte_optimization_enabled(self, value: bool) -> None:
11271126
warn_session_config_update_in_multithreaded_mode("cte_optimization_enabled")
11281127

0 commit comments

Comments
 (0)