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

    https://github.com/apache/nifi/pull/2467#discussion_r167955428
  
    --- Diff: 
nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/processors/hive/SelectHiveQL.java
 ---
    @@ -203,6 +203,16 @@
                 .expressionLanguageSupported(false)
                 .build();
     
    +    public static final PropertyDescriptor HIVEQL_COPY_ATRIBUTTES = new 
PropertyDescriptor.Builder()
    --- End diff --
    
    Please correct typos in the field name and in `.displayName()`, 
`.description()`, and `.name()` -- "attributes". 


---

Reply via email to