SNOW-1622029: Table.update() raises TypeError if table contains any VariantType columns #2067
Labels
bug
Something isn't working
local testing
Local Testing issues/PRs
needs triage
Initial RCA is required
status-triage_done
Initial triage done, will be further handled by the driver team
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
I am updating a Table row in my tests. I can reproduce using the same code as https://docs.snowflake.com/en/developer-guide/snowpark/reference/python/latest/snowpark/api/snowflake.snowpark.Table.update but with one extra variant column. Updating any column, even if it is not the VariantType column, raises a TypeError:
Here is the stacktrace:
The in-memory table should have been updated without raising a TypeError.
The text was updated successfully, but these errors were encountered: