[jira] [Updated] (FLINK-15040) Open function is not called in UDF AggregateFunction

2021-05-25 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-15040:
---
  Labels: auto-deprioritized-major  (was: stale-major)
Priority: Minor  (was: Major)

This issue was labeled "stale-major" 7 ago and has not received any updates so 
it is being deprioritized. If this ticket is actually Major, please raise the 
priority and ask a committer to assign you the issue or revive the public 
discussion.


> Open function is not called in UDF AggregateFunction
> 
>
> Key: FLINK-15040
> URL: https://issues.apache.org/jira/browse/FLINK-15040
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Legacy Planner
>Reporter: LI Guobao
>Priority: Minor
>  Labels: auto-deprioritized-major
>
> I am trying to register a metric in an aggregate UDF by overriding the *open* 
> function. According to the documentation, the *open* function can be override 
> in order to retrieve the metric group to do the metric registration. But it 
> works only on ScalarFunction not on AggregateFunction. Since the *open* 
> function is not call by AggregateFunction.



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


[jira] [Updated] (FLINK-15040) Open function is not called in UDF AggregateFunction

2021-05-18 Thread Jingsong Lee (Jira)


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

Jingsong Lee updated FLINK-15040:
-
Component/s: (was: Table SQL / Runtime)
 Table SQL / Legacy Planner

> Open function is not called in UDF AggregateFunction
> 
>
> Key: FLINK-15040
> URL: https://issues.apache.org/jira/browse/FLINK-15040
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Legacy Planner
>Reporter: LI Guobao
>Priority: Major
>  Labels: stale-major
>
> I am trying to register a metric in an aggregate UDF by overriding the *open* 
> function. According to the documentation, the *open* function can be override 
> in order to retrieve the metric group to do the metric registration. But it 
> works only on ScalarFunction not on AggregateFunction. Since the *open* 
> function is not call by AggregateFunction.



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


[jira] [Updated] (FLINK-15040) Open function is not called in UDF AggregateFunction

2021-04-29 Thread Wenlong Lyu (Jira)


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

Wenlong Lyu updated FLINK-15040:

Component/s: (was: Table SQL / Planner)
 Table SQL / Runtime

> Open function is not called in UDF AggregateFunction
> 
>
> Key: FLINK-15040
> URL: https://issues.apache.org/jira/browse/FLINK-15040
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Runtime
>Reporter: LI Guobao
>Priority: Major
>  Labels: stale-major
>
> I am trying to register a metric in an aggregate UDF by overriding the *open* 
> function. According to the documentation, the *open* function can be override 
> in order to retrieve the metric group to do the metric registration. But it 
> works only on ScalarFunction not on AggregateFunction. Since the *open* 
> function is not call by AggregateFunction.



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


[jira] [Updated] (FLINK-15040) Open function is not called in UDF AggregateFunction

2021-04-22 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-15040:
---
Labels: stale-major  (was: )

> Open function is not called in UDF AggregateFunction
> 
>
> Key: FLINK-15040
> URL: https://issues.apache.org/jira/browse/FLINK-15040
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Planner
>Reporter: LI Guobao
>Priority: Major
>  Labels: stale-major
>
> I am trying to register a metric in an aggregate UDF by overriding the *open* 
> function. According to the documentation, the *open* function can be override 
> in order to retrieve the metric group to do the metric registration. But it 
> works only on ScalarFunction not on AggregateFunction. Since the *open* 
> function is not call by AggregateFunction.



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


[jira] [Updated] (FLINK-15040) Open function is not called in UDF AggregateFunction

2019-12-03 Thread Jark Wu (Jira)


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

Jark Wu updated FLINK-15040:

Component/s: Table SQL / Planner

> Open function is not called in UDF AggregateFunction
> 
>
> Key: FLINK-15040
> URL: https://issues.apache.org/jira/browse/FLINK-15040
> Project: Flink
>  Issue Type: Bug
>  Components: Table SQL / Planner
>Reporter: LI Guobao
>Priority: Major
>
> I am trying to register a metric in an aggregate UDF by overriding the *open* 
> function. According to the documentation, the *open* function can be override 
> in order to retrieve the metric group to do the metric registration. But it 
> works only on ScalarFunction not on AggregateFunction. Since the *open* 
> function is not call by AggregateFunction.



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


[jira] [Updated] (FLINK-15040) Open function is not called in UDF AggregateFunction

2019-12-03 Thread LI Guobao (Jira)


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

LI Guobao updated FLINK-15040:
--
Description: I am trying to register a metric in an aggregate UDF by 
overriding the *open* function. According to the documentation, the *open* 
function can be override in order to retrieve the metric group to do the metric 
registration. But it works only on ScalarFunction not on AggregateFunction. 
Since the *open* function is not call by AggregateFunction.  (was: I am trying 
to register a metric in an aggregate UDF by overriding the *open* function. 
According to the documentation, the *open* function can be override to retrieve 
the metric group to do the metric registration. But it works only on 
ScalarFunction but not on AggregateFunction. Because the *open* function is not 
call by AggregateFunction.)

> Open function is not called in UDF AggregateFunction
> 
>
> Key: FLINK-15040
> URL: https://issues.apache.org/jira/browse/FLINK-15040
> Project: Flink
>  Issue Type: Bug
>Reporter: LI Guobao
>Priority: Major
>
> I am trying to register a metric in an aggregate UDF by overriding the *open* 
> function. According to the documentation, the *open* function can be override 
> in order to retrieve the metric group to do the metric registration. But it 
> works only on ScalarFunction not on AggregateFunction. Since the *open* 
> function is not call by AggregateFunction.



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