Maksim Zhuravkov created IGNITE-24146:
-----------------------------------------
Summary: Sql. Querying system views with explicit transactions
should not be possible
Key: IGNITE-24146
URL: https://issues.apache.org/jira/browse/IGNITE-24146
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Maksim Zhuravkov
Because system views do not support transaction at the moment (they basically
run at dirty reads isolation level), we should reject accessing system views
within an explicit transaction.
Let's update statement validation logic to reject transactions that refer
system views and run within explicit transactions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)