Maksim Zhuravkov created IGNITE-27398:
-----------------------------------------
Summary: Sql. Remove workaround for UPDATE queries virtual columns
validation bug introduced in calcite 1.41
Key: IGNITE-27398
URL: https://issues.apache.org/jira/browse/IGNITE-27398
Project: Ignite
Issue Type: Improvement
Components: sql ai3
Reporter: Maksim Zhuravkov
Calcite 1.41 introduced an assertion that checks that the number of columns in
update list and the number of columns in a target table match. Unfortunately,
that check does not take into account virtual columns, so it breaks validation
of every single UPDATE query, because very table has a virtual column that
returns a partition identifier for a row.
Remove the workaround when the issue is fixed in apache calcite.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)