GitHub user myui opened a pull request:
https://github.com/apache/incubator-hivemall/pull/114
[HIVEMALL-138-2] refactored to_ordered_map & to_ordered_list UDAF
## What changes were proposed in this pull request?
This PR applies refactoring to #108
## What type of PR is it?
[Feature | Refactoring]
## What is the Jira issue?
https://issues.apache.org/jira/browse/HIVEMALL-138
## How was this patch tested?
unit tests, manual tests
## How to use this feature?
see https://github.com/apache/incubator-hivemall/pull/108
## Checklist
- [x] Did you apply source code formatter, i.e., `mvn formatter:format`,
for your commit?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/myui/incubator-hivemall HIVEMALL-138-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hivemall/pull/114.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #114
----
commit 9cd3c59aebb67cc6b58cdd611b96fcf42f297cde
Author: Takuya Kitazawa <[email protected]>
Date: 2017-09-11T06:38:05Z
Close #108: [HIVEMALL-138] to_ordered_map & to_ordered_list as a UDAF
variant of each_top_k
commit 44528a83b065aa50255c751fb37041d1adbeb558
Author: Makoto Yui <[email protected]>
Date: 2017-09-12T10:22:59Z
Fixed to_ordered_map description
commit 21a87814895c9c63479a049387dd53b34cc5c56e
Author: Makoto Yui <[email protected]>
Date: 2017-09-12T10:24:25Z
Added utility classes and methods
commit 69730f65d76b54890b141ee13567eb681c0374ae
Author: Makoto Yui <[email protected]>
Date: 2017-09-12T10:26:49Z
Refactored to_ordered_list and to_ordered_map UDAF
----
---