This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a change to branch ty/explain_format
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 092134ead8d Fix explain JSON format propagation
add 6f5c025bf1d Add explain JSON coverage tests
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/cli/AbstractCliTest.java | 83 ++++++++++++-
.../operator/ExplainAnalyzeOperatorTest.java | 96 +++++++++++++++
...TableModelStatementMemorySourceVisitorTest.java | 88 +++++++++++++
.../planner/node/PlanGraphJsonPrinterTest.java | 136 +++++++++++++++++++++
.../plan/relational/sql/ExplainFormatTest.java | 40 ++++++
5 files changed, 442 insertions(+), 1 deletion(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/ExplainAnalyzeOperatorTest.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/execution/memory/TableModelStatementMemorySourceVisitorTest.java