Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.25.0
-
None
-
None
Description
JavaDoc says:
/** Typically null. If specified, overrides the path of the schema as the * context for validating {@code viewSql}. */ protected final @Nullable List<String> schemaPath;
However, all the current instantiations use non-null value for schemaPath.
Should the field be converted to non-nullable?