[
https://issues.apache.org/jira/browse/HIVEMALL-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16981339#comment-16981339
]
ASF GitHub Bot commented on HIVEMALL-249:
-----------------------------------------
myui commented on pull request #215: [HIVEMALL-249] Fix fmeasure UDAF to
support any integers
URL: https://github.com/apache/incubator-hivemall/pull/215
## What changes were proposed in this pull request?
Fix fmeasure UDAF to support any integers
## What type of PR is it?
Hot Fix
## What is the Jira issue?
https://issues.apache.org/jira/browse/HIVEMALL-249
## How was this patch tested?
manual tests on EMR
## Checklist
- [x] Did you apply source code formatter, i.e., `./bin/format_code.sh`, for
your commit?
- [x] Did you run system tests on Hive (or Spark)?
----------------------------------------------------------------
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]
> Fix fmeasure UDAF to support any integers
> -----------------------------------------
>
> Key: HIVEMALL-249
> URL: https://issues.apache.org/jira/browse/HIVEMALL-249
> Project: Hivemall
> Issue Type: Improvement
> Affects Versions: 0.5.2
> Reporter: Makoto Yui
> Priority: Minor
> Fix For: 0.6.0
>
>
> Fmeasure UDAF currently accepts fmeasure(int actual, int predicted) but it
> should support any integer compatible types.
> [https://github.com/apache/incubator-hivemall/blob/master/core/src/main/java/hivemall/evaluation/FMeasureUDAF.java#L86]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)