Description
The getSchema of a Initializer cannot return null as a dummy schema instance, It is not necessary. Caller (i.e. Matcher) should check schema by using schema == null || schema.isEmpty().
Attachments
Attachments
Issue Links
- links to
The getSchema of a Initializer cannot return null as a dummy schema instance, It is not necessary. Caller (i.e. Matcher) should check schema by using schema == null || schema.isEmpty().