[ https://issues.apache.org/jira/browse/FLINK-13008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek closed FLINK-13008.
------------------------------------
Fix Version/s: 1.10.0
Resolution: Fixed
Fixed on master in 36e9b2d8e4b7490e0de5cf35e15471981c4c43b8
> 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
> Fix For: 1.10.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)
|