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

    https://github.com/apache/incubator-hivemall/pull/108#discussion_r131601075
  
    --- Diff: resources/ddl/define-udfs.td.hql ---
    @@ -174,6 +174,7 @@ create temporary function dimsum_mapper as 
'hivemall.knn.similarity.DIMSUMMapper
     create temporary function train_classifier as 
'hivemall.classifier.GeneralClassifierUDTF';
     create temporary function train_regressor as 
'hivemall.regression.GeneralRegressorUDTF';
     create temporary function tree_export as 
'hivemall.smile.tools.TreeExportUDF';
    +create temporary function to_bounded_ordered_map as 
'hivemall.tools.map.UDAFToBoundedOrderedMap';
    --- End diff --
    
    bounded ... ordered .. is annoying.  How about `to_top_k_map` ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to