Repository: incubator-hivemall
Updated Branches:
  refs/heads/master 9580f0a8a -> e4e94f8b0


Fix typo in define-udfs.td.hql


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

Branch: refs/heads/master
Commit: e4e94f8b06154aef73469d87409bfb90c570baa0
Parents: 9580f0a
Author: Takuya Kitazawa <tak...@apache.org>
Authored: Tue Apr 10 16:14:03 2018 +0900
Committer: Takuya Kitazawa <tak...@apache.org>
Committed: Tue Apr 10 16:14:03 2018 +0900

----------------------------------------------------------------------
 resources/ddl/define-udfs.td.hql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/e4e94f8b/resources/ddl/define-udfs.td.hql
----------------------------------------------------------------------
diff --git a/resources/ddl/define-udfs.td.hql b/resources/ddl/define-udfs.td.hql
index ec7ecf4..1eb7186 100644
--- a/resources/ddl/define-udfs.td.hql
+++ b/resources/ddl/define-udfs.td.hql
@@ -69,7 +69,7 @@ create temporary function to_sparse_features as 
'hivemall.ftvec.conv.ToSparseFea
 create temporary function to_sparse as 
'hivemall.ftvec.conv.ToSparseFeaturesUDF';
 create temporary function quantify as 
'hivemall.ftvec.conv.QuantifyColumnsUDTF';
 create temporary function build_bins as 'hivemall.ftvec.binning.BuildBinsUDAF';
-create temporary function feature_binning as 
'hivemall.ftvec.binngin.FeatureBinningUDF';
+create temporary function feature_binning as 
'hivemall.ftvec.binning.FeatureBinningUDF';
 create temporary function vectorize_features as 
'hivemall.ftvec.trans.VectorizeFeaturesUDF';
 create temporary function categorical_features as 
'hivemall.ftvec.trans.CategoricalFeaturesUDF';
 create temporary function ffm_features as 
'hivemall.ftvec.trans.FFMFeaturesUDF';

Reply via email to