[jira] [Commented] (FLINK-11342) Add example for every built-In TableAPI Function

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


[ 
https://issues.apache.org/jira/browse/FLINK-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17336531#comment-17336531
 ] 

Flink Jira Bot commented on FLINK-11342:


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.


> Add example for every built-In TableAPI Function 
> -
>
> Key: FLINK-11342
> URL: https://issues.apache.org/jira/browse/FLINK-11342
> Project: Flink
>  Issue Type: Improvement
>  Components: Documentation, Table SQL / API
>Affects Versions: 1.7.0, 1.7.1
>Reporter: Hequn Cheng
>Priority: Major
>  Labels: stale-major
>
> There are a lot of built-in tableApi functions: 
> https://ci.apache.org/projects/flink/flink-docs-master/dev/table/functions.html
> Take {{TEMPORAL.extract(TIMEINTERVALUNIT)}} as an example, we have an example 
> for it. 
> {code:java}
> E.g., '2006-06-05'.toDate.extract(DAY) returns 5; 
> '2006-06-05'.toDate.extract(QUARTER) returns 2.
> {code}
> The example is very helpful for users who are not familiar with the udf. And 
> I think it would be great if we can add an example for every built-in 
> function.
> This Jira issue is an umbrella issue. As there are kinds of built-in 
> functions, I think it would be better to create more subtasks for it. For 
> example, add a subtask for adding examples for built-in Comparison Functions.



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


[jira] [Commented] (FLINK-11342) Add example for every built-In TableAPI Function

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


[ 
https://issues.apache.org/jira/browse/FLINK-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17328493#comment-17328493
 ] 

Flink Jira Bot commented on FLINK-11342:


This major issue is unassigned and itself and all of its Sub-Tasks have not 
been updated for 30 days. So, it has been labeled "stale-major". If this ticket 
is indeed "major", please either assign yourself or give an update. Afterwards, 
please remove the label. In 7 days the issue will be deprioritized.

> Add example for every built-In TableAPI Function 
> -
>
> Key: FLINK-11342
> URL: https://issues.apache.org/jira/browse/FLINK-11342
> Project: Flink
>  Issue Type: Improvement
>  Components: Documentation, Table SQL / API
>Affects Versions: 1.7.0, 1.7.1
>Reporter: Hequn Cheng
>Priority: Major
>  Labels: stale-major
>
> There are a lot of built-in tableApi functions: 
> https://ci.apache.org/projects/flink/flink-docs-master/dev/table/functions.html
> Take {{TEMPORAL.extract(TIMEINTERVALUNIT)}} as an example, we have an example 
> for it. 
> {code:java}
> E.g., '2006-06-05'.toDate.extract(DAY) returns 5; 
> '2006-06-05'.toDate.extract(QUARTER) returns 2.
> {code}
> The example is very helpful for users who are not familiar with the udf. And 
> I think it would be great if we can add an example for every built-in 
> function.
> This Jira issue is an umbrella issue. As there are kinds of built-in 
> functions, I think it would be better to create more subtasks for it. For 
> example, add a subtask for adding examples for built-in Comparison Functions.



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


[jira] [Commented] (FLINK-11342) Add example for every built-In TableAPI Function

2019-01-17 Thread Hequn Cheng (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745170#comment-16745170
 ] 

Hequn Cheng commented on FLINK-11342:
-

Great, I will create sub-tasks in the next few days. Thank you!

> Add example for every built-In TableAPI Function 
> -
>
> Key: FLINK-11342
> URL: https://issues.apache.org/jira/browse/FLINK-11342
> Project: Flink
>  Issue Type: Improvement
>  Components: Documentation, Table API  SQL
>Affects Versions: 1.7.0, 1.7.1
>Reporter: Hequn Cheng
>Priority: Major
>
> There are a lot of built-in tableApi functions: 
> https://ci.apache.org/projects/flink/flink-docs-master/dev/table/functions.html
> Take {{TEMPORAL.extract(TIMEINTERVALUNIT)}} as an example, we have an example 
> for it. 
> {code:java}
> E.g., '2006-06-05'.toDate.extract(DAY) returns 5; 
> '2006-06-05'.toDate.extract(QUARTER) returns 2.
> {code}
> The example is very helpful for users who are not familiar with the udf. And 
> I think it would be great if we can add an example for every built-in 
> function.
> This Jira issue is an umbrella issue. As there are kinds of built-in 
> functions, I think it would be better to create more subtasks for it. For 
> example, add a subtask for adding examples for built-in Comparison Functions.



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


[jira] [Commented] (FLINK-11342) Add example for every built-In TableAPI Function

2019-01-17 Thread Stephan Ewen (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745111#comment-16745111
 ] 

Stephan Ewen commented on FLINK-11342:
--

That sounds good.

> Add example for every built-In TableAPI Function 
> -
>
> Key: FLINK-11342
> URL: https://issues.apache.org/jira/browse/FLINK-11342
> Project: Flink
>  Issue Type: Improvement
>  Components: Documentation, Table API  SQL
>Affects Versions: 1.7.0, 1.7.1
>Reporter: Hequn Cheng
>Priority: Major
>
> There are a lot of built-in tableApi functions: 
> https://ci.apache.org/projects/flink/flink-docs-master/dev/table/functions.html
> Take {{TEMPORAL.extract(TIMEINTERVALUNIT)}} as an example, we have an example 
> for it. 
> {code:java}
> E.g., '2006-06-05'.toDate.extract(DAY) returns 5; 
> '2006-06-05'.toDate.extract(QUARTER) returns 2.
> {code}
> The example is very helpful for users who are not familiar with the udf. And 
> I think it would be great if we can add an example for every built-in 
> function.
> This Jira issue is an umbrella issue. As there are kinds of built-in 
> functions, I think it would be better to create more subtasks for it. For 
> example, add a subtask for adding examples for built-in Comparison Functions.



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


[jira] [Commented] (FLINK-11342) Add example for every built-In TableAPI Function

2019-01-17 Thread Hequn Cheng (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745053#comment-16745053
 ] 

Hequn Cheng commented on FLINK-11342:
-

Hi [~StephanEwen], great to have your attention. I suggest adding examples in 
the docs(in this 
[page|https://ci.apache.org/projects/flink/flink-docs-master/dev/table/functions.html]).
 Some of the udfs are already with an example(with an E.g.,), while others are 
missing. 

> Add example for every built-In TableAPI Function 
> -
>
> Key: FLINK-11342
> URL: https://issues.apache.org/jira/browse/FLINK-11342
> Project: Flink
>  Issue Type: Improvement
>  Components: Table API  SQL
>Affects Versions: 1.7.0, 1.7.1
>Reporter: Hequn Cheng
>Priority: Major
>
> There are a lot of built-in tableApi functions: 
> https://ci.apache.org/projects/flink/flink-docs-master/dev/table/functions.html
> Take {{TEMPORAL.extract(TIMEINTERVALUNIT)}} as an example, we have an example 
> for it. 
> {code:java}
> E.g., '2006-06-05'.toDate.extract(DAY) returns 5; 
> '2006-06-05'.toDate.extract(QUARTER) returns 2.
> {code}
> The example is very helpful for users who are not familiar with the udf. And 
> I think it would be great if we can add an example for every built-in 
> function.
> This Jira issue is an umbrella issue. As there are kinds of built-in 
> functions, I think it would be better to create more subtasks for it. For 
> example, add a subtask for adding examples for built-in Comparison Functions.



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


[jira] [Commented] (FLINK-11342) Add example for every built-In TableAPI Function

2019-01-17 Thread Stephan Ewen (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-11342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16745021#comment-16745021
 ] 

Stephan Ewen commented on FLINK-11342:
--

Do you suggest to do add examples in the docs, or as example programs in code?

> Add example for every built-In TableAPI Function 
> -
>
> Key: FLINK-11342
> URL: https://issues.apache.org/jira/browse/FLINK-11342
> Project: Flink
>  Issue Type: Improvement
>  Components: Table API  SQL
>Affects Versions: 1.7.0, 1.7.1
>Reporter: Hequn Cheng
>Priority: Major
>
> There are a lot of built-in tableApi functions: 
> https://ci.apache.org/projects/flink/flink-docs-master/dev/table/functions.html
> Take {{TEMPORAL.extract(TIMEINTERVALUNIT)}} as an example, we have an example 
> for it. 
> {code:java}
> E.g., '2006-06-05'.toDate.extract(DAY) returns 5; 
> '2006-06-05'.toDate.extract(QUARTER) returns 2.
> {code}
> The example is very helpful for users who are not familiar with the udf. And 
> I think it would be great if we can add an example for every built-in 
> function.
> This Jira issue is an umbrella issue. As there are kinds of built-in 
> functions, I think it would be better to create more subtasks for it. For 
> example, add a subtask for adding examples for built-in Comparison Functions.



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