Skip to content

Commit

Permalink
SNOW-1542753: Remove Snowpark pandas PuPr import warning (snowflakedb…
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-joshi authored Jul 17, 2024
1 parent 03304c2 commit fb5156b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#### New Features
- Added support for `DataFrame.backfill`, `DataFrame.bfill`, `Series.backfill`, and `Series.bfill`.

#### Improvements
- Removed the public preview warning message upon importing Snowpark pandas.


## 1.20.0 (2024-07-17)

Expand Down
7 changes: 0 additions & 7 deletions src/snowflake/snowpark/modin/plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#

import sys
import warnings

from packaging import version

Expand Down Expand Up @@ -45,12 +44,6 @@
) # pragma: no cover


warnings.warn(
"Snowpark pandas has been in Public Preview since 1.17.0."
+ " See https://docs.snowflake.com/developer-guide/snowpark/python/snowpark-pandas for details.",
stacklevel=1,
)

# We need this import here to prevent circular dependency issues, since snowflake.snowpark.modin.pandas
# currently imports some internal utilities from snowflake.snowpark.modin.plugin. Test cases will
# import snowflake.snowpark.modin.plugin before snowflake.snowpark.modin.pandas, so in order to prevent
Expand Down

0 comments on commit fb5156b

Please sign in to comment.