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
Snowpark function array_agg converts data types to string
SNOW-1006168: Snowpark function array_agg converts data types to string
Jan 11, 2024
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using?
Snowsight Python notebook with snowflake-snowpark-python 1.11.1
What operating system and processor architecture are you using?
Snowsight Python notebook with snowflake-snowpark-python 1.11.1
What are the component versions in the environment (
pip freeze
)?Snowsight Python notebook with snowflake-snowpark-python 1.11.1
What did you do?
I used the function
array_agg
and a column of big ints.What did you expect to see?
I hoped to get a single row and a column with dtype
array<bigint>
. Instead I gotarray<string>
.The PY output when runing the code above is:
Why
array<string>
, this is crazy, but here is my number! as string? 🎤The text was updated successfully, but these errors were encountered: