Scott created NIFI-1010:
---------------------------

             Summary: When using MSSqlServer Driver with ExecuteSQL always 
recieve Avro parse error: Empty: Name
                 Key: NIFI-1010
                 URL: https://issues.apache.org/jira/browse/NIFI-1010
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 0.3.0
         Environment: MSSqlServer
            Reporter: Scott


When using ExecuteSQL with the MSSqlServerDriver from Microsoft you always get 
a SchemParseException , Empty: Name.

This is located in / nifi-nar-bundles / nifi-standard-bundle / 
nifi-standard-processors / src / main / java / org / apache / nifi / processors 
/ standard / util / JdbcCommon.java line 98.

The line should read: final String tableName = meta.getTableName(1) == "" ? 
"table" : meta.getTableName(1);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to