SNOW-1522886: row_number()
Function Fails on Empty DataFrame with "No Objects to Concatenate" Error
#1882
Labels
bug
Something isn't working
local testing
Local Testing issues/PRs
status-triage_done
Initial triage done, will be further handled by the driver team
Please answer these questions before submitting your issue. Thanks!
1. What version of Python are you using?
2. What are the Snowpark Python and pandas versions in the environment?
What did you do?
What did you expect to see?
I expected to see an empty DataFrame with an additional "RN" column when running. Instead, I encountered the following issue:
The code should handle empty DataFrames gracefully and return an empty DataFrame with the "RN" column added.
Additional Note:
The text was updated successfully, but these errors were encountered: