You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/06/27 03:39:00 UTC

[jira] [Updated] (FLINK-13008) fix the findbugs warning in AggregationsFunction

     [ https://issues.apache.org/jira/browse/FLINK-13008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-13008:
-----------------------------------
    Labels: pull-request-available  (was: )

> fix the findbugs warning in AggregationsFunction
> ------------------------------------------------
>
>                 Key: FLINK-13008
>                 URL: https://issues.apache.org/jira/browse/FLINK-13008
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / Runtime
>            Reporter: wangpeibin
>            Assignee: wangpeibin
>            Priority: Minor
>              Labels: pull-request-available
>
> The goal is to fix the findbugs warning in *[GeneratedAggregations|[https://github.com/apache/flink/blob/e5cadf69d176181af7d097928bf2a6cade1b6c76/flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/runtime/aggregate/GeneratedAggregations.scala]]*
>  
> with remove function in line 152, It return the UnsupportedOperationException() rather than  throw it  which cause a scariest findbugs  warning
>  
> {code:java}
> override def remove(): Unit = new java.lang.UnsupportedOperationException
> {code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)