Maksim Zhuravkov created IGNITE-20372:
-----------------------------------------
Summary: Sql. EXPLAIN PLAN ignores detail attributes.
Key: IGNITE-20372
URL: https://issues.apache.org/jira/browse/IGNITE-20372
Project: Ignite
Issue Type: Bug
Components: sql
Reporter: Maksim Zhuravkov
EXPLAIN PLAN FOR [stmt] in calcite allows to specify additional properties of a
plan such as detail level, depth, and format.
Detail level: EXCLUDING ATTRIBUTES, INCLUDING ATTRIBUTES, INCLUDING ALL
ATTRIBUTES.
Depth: WITH TYPE, WITHOUT IMPLEMENTATION, WITH IMPLEMENTATION
Format: AS XML, AS JSON, AS DOT.
All these properties of SqlExplainNode are ignored, when EXPLAIN PLAN FOR
[stmt] is executed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)