myui commented on a change in pull request #192: [HIVEMALL-253]UDF map_roulette() created URL: https://github.com/apache/incubator-hivemall/pull/192#discussion_r291888972
########## File path: resources/ddl/define-all.hive ########## @@ -507,6 +507,9 @@ create temporary function map_get as 'hivemall.tools.map.MapGetUDF'; drop temporary function if exists map_key_values; create temporary function map_key_values as 'hivemall.tools.map.MapKeyValuesUDF'; +drop temporary function if exists map_roulette; Review comment: Please use `bin/update_ddls.sh` to update all relevant DDLs. See https://github.com/apache/incubator-hivemall#contributing ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
