[ 
https://issues.apache.org/jira/browse/HIVEMALL-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16994381#comment-16994381
 ] 

ASF GitHub Bot commented on HIVEMALL-288:
-----------------------------------------

asfgit commented on pull request #224: [HIVEMALL-288] mf_predict throws 
SemanticException No matching method with (array<double>, array<double>, int)
URL: https://github.com/apache/incubator-hivemall/pull/224
 
 
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


> mf_predict throws SemanticException No matching method for class 
> hivemall.factorization.mf.MFPredictionUDF with (array<double>, array<double>, 
> int)
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVEMALL-288
>                 URL: https://issues.apache.org/jira/browse/HIVEMALL-288
>             Project: Hivemall
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Makoto Yui
>            Assignee: Makoto Yui
>            Priority: Major
>             Fix For: 0.6.2
>
>
> {code:java}
> select mf_predict(array(cast(1.0 as DOUBLE),cast(2.0 as DOUBLE),cast(3.0 as 
> DOUBLE)), array(cast(1.0 as DOUBLE),cast(2.0 as DOUBLE),cast(3.0 as DOUBLE)), 
> 1)
> {code}
> throws
> {code:java}
> SemanticException No matching method for class 
> hivemall.factorization.mf.MFPredictionUDF with (array<double>, array<double>, 
> int). Possible choices: _FUNC_(array<float>, array<float>) 
> _FUNC_(array<float>, array<float>, double) _FUNC_(array<float>, array<float>, 
> double, double) _FUNC_(array<float>, array<float>, double, double, double)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to