Daniel Einspanjer created NIFI-2968:
---------------------------------------
Summary: Need better error logging when ExecuteSQL hits an unknown
SQL type
Key: NIFI-2968
URL: https://issues.apache.org/jira/browse/NIFI-2968
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.0.0
Reporter: Daniel Einspanjer
Priority: Minor
If the JDBC driver returns SQL type 1111 (other) for a column, NiFi throws the
following error:
o.a.nifi.processors.standard.ExecuteSQL
ExecuteSQL[id=17c33327-0158-1000-421f-605f45c66679]
ExecuteSQL[id=17c33327-0158-1000-421f-605f45c66679] failed to process session
due to java.lang.IllegalArgumentException: createSchema: Unknown SQL type 1111
cannot be converted to Avro type: java.lang.IllegalArgumentException:
createSchema: Unknown SQL type 1111 cannot be converted to Avro type
It would be useful to include some information such as the table name and
column name that caused the problem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)