You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2017/09/13 12:13:12 UTC

[2/5] incubator-hivemall git commit: Fixed to_ordered_map description

Fixed to_ordered_map description


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/44528a83
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/44528a83
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/44528a83

Branch: refs/heads/master
Commit: 44528a83b065aa50255c751fb37041d1adbeb558
Parents: 9cd3c59
Author: Makoto Yui <my...@apache.org>
Authored: Tue Sep 12 19:22:59 2017 +0900
Committer: Makoto Yui <my...@apache.org>
Committed: Tue Sep 12 19:22:59 2017 +0900

----------------------------------------------------------------------
 docs/gitbook/misc/generic_funcs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/44528a83/docs/gitbook/misc/generic_funcs.md
----------------------------------------------------------------------
diff --git a/docs/gitbook/misc/generic_funcs.md b/docs/gitbook/misc/generic_funcs.md
index b27117f..66b30e2 100644
--- a/docs/gitbook/misc/generic_funcs.md
+++ b/docs/gitbook/misc/generic_funcs.md
@@ -145,7 +145,7 @@ The compression level must be in range [-1,9]
 
 - `to_map(key, value)` - Convert two aggregated columns into a key-value map
 
-- `to_ordered_map(key, value [, const int|boolean k|reverseOrder=false])` - Convert two aggregated columns into an ordered key-value map
+- `to_ordered_map(key, value [, const int k|const boolean reverseOrder=false])` - Convert two aggregated columns into an ordered key-value map
 
 # MapReduce functions