You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Vladimir Sitnikov (Jira)" <ji...@apache.org> on 2020/10/03 18:28:00 UTC

[jira] [Created] (CALCITE-4306) ViewTableMacro#schemaPath is always initialized to non-null value, however, it is treated like nullable

Vladimir Sitnikov created CALCITE-4306:
------------------------------------------

             Summary: ViewTableMacro#schemaPath is always initialized to non-null value, however, it is treated like nullable
                 Key: CALCITE-4306
                 URL: https://issues.apache.org/jira/browse/CALCITE-4306
             Project: Calcite
          Issue Type: Sub-task
          Components: core
    Affects Versions: 1.25.0
            Reporter: Vladimir Sitnikov


JavaDoc says:

{code:java}
  /** Typically null. If specified, overrides the path of the schema as the
   * context for validating {@code viewSql}. */
  protected final @Nullable List<String> schemaPath;
{code}

However, all the current instantiations use non-null value for schemaPath.

Should the field be converted to non-nullable?



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