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)

Reply via email to