Github user alopresto commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2467#discussion_r167955721
  
    --- Diff: 
nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/processors/hive/SelectHiveQL.java
 ---
    @@ -306,6 +319,7 @@ private void onTrigger(final ProcessContext context, 
final ProcessSession sessio
             final boolean quote = 
context.getProperty(HIVEQL_CSV_QUOTE).asBoolean();
             final boolean escape = 
context.getProperty(HIVEQL_CSV_HEADER).asBoolean();
             final String fragmentIdentifier = UUID.randomUUID().toString();
    +        final boolean copyAttributtes = 
context.getProperty(HIVEQL_COPY_ATRIBUTTES).asBoolean();
    --- End diff --
    
    Please correct typo in the variable name -- `copyAttributes`. 


---

Reply via email to