You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Kevin J McCarthy (Jira)" <ji...@apache.org> on 2019/09/16 20:52:00 UTC

[jira] [Created] (NIFI-6680) Nifi PutKudu processor - Convert record field names to lowercase

Kevin J McCarthy created NIFI-6680:
--------------------------------------

             Summary: Nifi PutKudu processor - Convert record field names to lowercase
                 Key: NIFI-6680
                 URL: https://issues.apache.org/jira/browse/NIFI-6680
             Project: Apache NiFi
          Issue Type: Wish
          Components: Extensions
    Affects Versions: 1.9.2
            Reporter: Kevin J McCarthy
             Fix For: 1.10.0


Kudu supports case sensitive column names while query tools built over Kudu (eg. Impala) do not. If a table is created via Impala, which is the most common use case, all column names are converted to lowercase. If an incoming record in a FlowFile contains uppercase column names, the columns won't match the schema of the destination table unless the schema for the record is modified to have lowercase field names.

Rather than converting the schema of the record, I propose field names are converted to lowercase before they are put into Kudu.  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)