[
https://issues.apache.org/jira/browse/NIFI-8392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17458625#comment-17458625
]
ASF subversion and git services commented on NIFI-8392:
-------------------------------------------------------
Commit de7ef34258062a542f7ccf1e446f2de421f8bc52 in nifi's branch
refs/heads/support/nifi-1.15 from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=de7ef34 ]
NIFI-8392: Translate JDBC CHAR type to RecordFieldType STRING
> 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
> Fix For: 1.16.0, 1.15.1
>
> Time Spent: 50m
> 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)