You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Incorrect DataFrame return type hint in dataframe_na_functions.py
SNOW-1000455: Incorrect DataFrame return type hint in dataframe_na_functions.py
Jan 4, 2024
TedCha
changed the title
SNOW-1000455: Incorrect DataFrame return type hint in dataframe_na_functions.py
SNOW-1000455: Incorrect return type hint in DataFrameNaFunctions class
Jan 4, 2024
Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]
Windows-10-10.0.19045-SP0
pip freeze
)?When using any of the DataFrameNaFunctions methods, the return type will be Unknown.
The return type should be
snowflake.snowpark.dataframe.DataFrame
.Don't think logs are applicable as issue is with type hinting but can provide screenshots:
The text was updated successfully, but these errors were encountered: