Peter Wicks created NIFI-3494: --------------------------------- Summary: GenerateTableFetch Some JDBC Drivers Have Trouble With Name vs Label Key: NIFI-3494 URL: https://issues.apache.org/jira/browse/NIFI-3494 Project: Apache NiFi Issue Type: Bug Components: Core Framework Affects Versions: 1.2.0 Reporter: Peter Wicks Assignee: Peter Wicks Priority: Minor Fix For: 1.2.0
When GenerateTableFetch retrieves the COUNT(*) and the Max Values for the columns, some JDBC drivers (specifically SAP HANA) in this case have trouble interpreting the name of the column if the "table" is actually a view. Since all max value columns are aliased with the original column name I'm going to change the code to try Label first, and fall back to Name if it's not there. -- This message was sent by Atlassian JIRA (v6.3.15#6346)