You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hivemall.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/23 09:20:00 UTC

[jira] [Commented] (HIVEMALL-291) Add deduplication option to to_order_list UDAF

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

ASF GitHub Bot commented on HIVEMALL-291:
-----------------------------------------

myui commented on pull request #226: [HIVEMALL-291] Support deduplication in to_order_list UDAF
URL: https://github.com/apache/incubator-hivemall/pull/226
 
 
   ## What changes were proposed in this pull request?
   
   Add -dedup option to to_ordered_list.
   
   ## What type of PR is it?
   
   Improvement
   
   ## What is the Jira issue?
   
   https://issues.apache.org/jira/browse/HIVEMALL-291
   
   ## How was this patch tested?
   
   manual tests on EMR
   
   ## How to use this feature?
   
   ```sql
   select 
     to_ordered_list(value, key, '-dedup -vk_map')
   from
     data
   ```
   
   ## Checklist
   
   - [x] Did you apply source code formatter, i.e., `./bin/format_code.sh`, for your commit?
   - [ ] Did you run system tests on Hive (or Spark)?
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Add deduplication option to to_order_list UDAF
> ----------------------------------------------
>
>                 Key: HIVEMALL-291
>                 URL: https://issues.apache.org/jira/browse/HIVEMALL-291
>             Project: Hivemall
>          Issue Type: Improvement
>            Reporter: Makoto Yui
>            Assignee: Makoto Yui
>            Priority: Minor
>             Fix For: 0.6.2
>
>
> Add -dedup option to to_ordered_list.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)