[
https://issues.apache.org/jira/browse/NIFI-8392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443363#comment-17443363
]
ASF subversion and git services commented on NIFI-8392:
-------------------------------------------------------
Commit fe4161b1c2137e3f7e78e4c6ba557889e05a7bd9 in nifi's branch
refs/heads/main from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=fe4161b ]
NIFI-8392: Translate JDBC CHAR type to RecordFieldType STRING
Signed-off-by: Pierre Villard <[email protected]>
This closes #5506.
> ResultSetRecordSet maps JDBC CHAR type to a RecordFieldType of CHAR instead
> of STRING
> -------------------------------------------------------------------------------------
>
> Key: NIFI-8392
> URL: https://issues.apache.org/jira/browse/NIFI-8392
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Lucas Read
> Assignee: Matt Burgess
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> So in {{ResultSetRecordSet}} it looks like we map JDBC CHAR type to a
> RecordFieldType of CHAR:
>
> {code:java}
> case Types.CHAR:
> return RecordFieldType.CHAR;
> {code}
> Needs to be changed so that Types.CHAR maps to RecordFieldType.STRING
--
This message was sent by Atlassian Jira
(v8.20.1#820001)