Skip to content

Commit 68fd097

Browse files
authored
NO-SNOW: fix scos regressions (#4013)
1 parent 3b3bab1 commit 68fd097

File tree

9 files changed

+103
-469
lines changed

9 files changed

+103
-469
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,8 @@
5656
#### Improvements
5757

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

62-
#### Dependency Updates
63-
64-
- Catalog API no longer uses types declared in `snowflake.core` and therefore this dependency was removed.
65-
6661
#### Bug Fixes
6762

6863
- Fixed a bug in `XMLReader` where finding the start position of a row tag could return an incorrect file position.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"pytest-assume", # sql counter check
6464
"decorator", # sql counter check
6565
"tox", # used for setting up testing environments
66+
"snowflake.core>=1.0.0, <2", # Catalog
6667
"psutil", # testing for telemetry
6768
"lxml", # used in XML reader unit tests
6869
]

src/snowflake/snowpark/_immutable_attr_dict.py

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)