Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2015#discussion_r127738279
--- Diff:
nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/SchemaValidationException.java
---
@@ -15,14 +15,16 @@
* limitations under the License.
*/
-package org.apache.nifi.serialization.record;
+package org.apache.nifi.serialization;
-public class TypeMismatchException extends RuntimeException {
--- End diff --
i dont think it is ok to change this exeception class name at this juncture
and even if it is questionable ok the juice is probably not worth the squeeze.
TypeMismatch and SchemaValidation are pretty much the same thing
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---