SNOW-1360263: row_number window function raises a ValueError (index is not in list) #1490
Labels
bug
Something isn't working
local testing
Local Testing issues/PRs
needs triage
Initial RCA is required
status-triage_needed
This is a new issue, and initial triage is needed
What version of Python are you using?
Python 3.10.4 (main, May 26 2022, 13:33:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
What are the Snowpark Python and pandas versions in the environment?
pandas==2.2.1
snowflake-snowpark-python==1.15.0
What did you do?
I'm trying to test a row_number() window function and it's raising a ValueError on this line:
_plan.py
What did you expect to see?
The results should include the following 4 records:
Instead of the above results, a ValueError is raised stating (1 is not in list).
The text was updated successfully, but these errors were encountered: