[ 
https://issues.apache.org/jira/browse/NIFI-4862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362825#comment-16362825
 ] 

ASF GitHub Bot commented on NIFI-4862:
--------------------------------------

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`. 


> Add Copy original attributtes to SelectHiveQL processer
> -------------------------------------------------------
>
>                 Key: NIFI-4862
>                 URL: https://issues.apache.org/jira/browse/NIFI-4862
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.5.0
>            Reporter: Jakub Leś
>            Priority: Minor
>         Attachments: 
> 0001-NIFI-4862-Add-Copy-original-attributtes-to-SelectHiv.patch
>
>
> Hi, 
> Please add "Copy original attributes" to processor SelectHiveQL. Thanks to 
> that we can use HttpRequest and HttpResponse to synchronize fetching query 
> result in webservice.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to