You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Wang Yanlin (Jira)" <ji...@apache.org> on 2019/09/26 03:42:00 UTC

[jira] [Created] (CALCITE-3374) Error format check result for explain plan as json

Wang Yanlin created CALCITE-3374:
------------------------------------

             Summary: Error format check result for explain plan as json
                 Key: CALCITE-3374
                 URL: https://issues.apache.org/jira/browse/CALCITE-3374
             Project: Calcite
          Issue Type: Bug
            Reporter: Wang Yanlin


The format check result of explain plan as json is incorrect, as
{code:java}
  public boolean isJson() {
    return getFormat() == SqlExplainFormat.XML;
  }
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)