SNOW-1622441: Calling UDFs recreates deleted rows as nan
and shuffles row values
#2072
Labels
bug
Something isn't working
local testing
Local Testing issues/PRs
needs triage
Initial RCA is required
Please answer these questions before submitting your issue. Thanks!
Python 3.9.6 (default, Feb 3 2024, 15:58:27)
[Clang 15.0.0 (clang-1500.3.9.4)]
pandas==2.2.2
snowflake-snowpark-python==1.20.0
Deleted a row from a table. When I select remaining rows from that table the deleted row gets recreated, and the values are shuffled.
Deleted row should not have been recreated with
nan
and rows should not be shuffled.The text was updated successfully, but these errors were encountered: