[jira] [Updated] (FLINK-17445) Allow OperatorTransformation to bootstrapWith a Scala DataSet

2022-04-17 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-17445:
---
  Labels: auto-deprioritized-major auto-deprioritized-minor auto-unassigned 
pull-request-available  (was: auto-deprioritized-major auto-unassigned 
pull-request-available stale-minor)
Priority: Not a Priority  (was: Minor)

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


> Allow OperatorTransformation to bootstrapWith a Scala DataSet
> -
>
> Key: FLINK-17445
> URL: https://issues.apache.org/jira/browse/FLINK-17445
> Project: Flink
>  Issue Type: Improvement
>  Components: API / State Processor
>Affects Versions: 1.10.0, 1.11.0
>Reporter: Brandon Bevans
>Priority: Not a Priority
>  Labels: auto-deprioritized-major, auto-deprioritized-minor, 
> auto-unassigned, pull-request-available
>
> Currently there is no way to use OperatorTransformation.bootstrapWith using a 
> Scala DataSet. The functionality does seem to be there since a Scala DataSet 
> appears to just be a wrapped Java DataSet. This functionality could be 
> achieved with minimal invasiveness by passing through the underlying Java 
> DataSet to the call.
>  
> Also, the docs suggest that this function should work:
> From 
> [https://ci.apache.org/projects/flink/flink-docs-stable/dev/libs/state_processor_api.html]:
> {code:java}
> val currencyDataSet = bEnv.fromCollection(CurrencyRate("USD", 1.0), 
> CurrencyRate("EUR", 1.3)) val broadcastTransformation = 
> OperatorTransformation .bootstrapWith(currencyDataSet) .transform(new 
> CurrencyBootstrapFunction){code}
> I would love to take this issue on.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (FLINK-17445) Allow OperatorTransformation to bootstrapWith a Scala DataSet

2022-04-09 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-17445:
---
Labels: auto-deprioritized-major auto-unassigned pull-request-available 
stale-minor  (was: auto-deprioritized-major auto-unassigned 
pull-request-available)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help 
the community manage its development. I see this issues has been marked as 
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is 
still Minor, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.


> Allow OperatorTransformation to bootstrapWith a Scala DataSet
> -
>
> Key: FLINK-17445
> URL: https://issues.apache.org/jira/browse/FLINK-17445
> Project: Flink
>  Issue Type: Improvement
>  Components: API / State Processor
>Affects Versions: 1.10.0, 1.11.0
>Reporter: Brandon Bevans
>Priority: Minor
>  Labels: auto-deprioritized-major, auto-unassigned, 
> pull-request-available, stale-minor
>
> Currently there is no way to use OperatorTransformation.bootstrapWith using a 
> Scala DataSet. The functionality does seem to be there since a Scala DataSet 
> appears to just be a wrapped Java DataSet. This functionality could be 
> achieved with minimal invasiveness by passing through the underlying Java 
> DataSet to the call.
>  
> Also, the docs suggest that this function should work:
> From 
> [https://ci.apache.org/projects/flink/flink-docs-stable/dev/libs/state_processor_api.html]:
> {code:java}
> val currencyDataSet = bEnv.fromCollection(CurrencyRate("USD", 1.0), 
> CurrencyRate("EUR", 1.3)) val broadcastTransformation = 
> OperatorTransformation .bootstrapWith(currencyDataSet) .transform(new 
> CurrencyBootstrapFunction){code}
> I would love to take this issue on.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (FLINK-17445) Allow OperatorTransformation to bootstrapWith a Scala DataSet

2021-06-10 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-17445:
---
  Labels: auto-deprioritized-major auto-unassigned pull-request-available  
(was: auto-unassigned pull-request-available 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.


> Allow OperatorTransformation to bootstrapWith a Scala DataSet
> -
>
> Key: FLINK-17445
> URL: https://issues.apache.org/jira/browse/FLINK-17445
> Project: Flink
>  Issue Type: Improvement
>  Components: API / State Processor
>Affects Versions: 1.10.0, 1.11.0
>Reporter: Brandon Bevans
>Priority: Minor
>  Labels: auto-deprioritized-major, auto-unassigned, 
> pull-request-available
>
> Currently there is no way to use OperatorTransformation.bootstrapWith using a 
> Scala DataSet. The functionality does seem to be there since a Scala DataSet 
> appears to just be a wrapped Java DataSet. This functionality could be 
> achieved with minimal invasiveness by passing through the underlying Java 
> DataSet to the call.
>  
> Also, the docs suggest that this function should work:
> From 
> [https://ci.apache.org/projects/flink/flink-docs-stable/dev/libs/state_processor_api.html]:
> {code:java}
> val currencyDataSet = bEnv.fromCollection(CurrencyRate("USD", 1.0), 
> CurrencyRate("EUR", 1.3)) val broadcastTransformation = 
> OperatorTransformation .bootstrapWith(currencyDataSet) .transform(new 
> CurrencyBootstrapFunction){code}
> I would love to take this issue on.



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


[jira] [Updated] (FLINK-17445) Allow OperatorTransformation to bootstrapWith a Scala DataSet

2021-06-02 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot updated FLINK-17445:
---
Labels: auto-unassigned pull-request-available stale-major  (was: 
auto-unassigned pull-request-available)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help 
the community manage its development. I see this issues has been marked as 
Major but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 30 days. I have gone ahead and added a "stale-major" to the issue". If this 
ticket is a Major, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.


> Allow OperatorTransformation to bootstrapWith a Scala DataSet
> -
>
> Key: FLINK-17445
> URL: https://issues.apache.org/jira/browse/FLINK-17445
> Project: Flink
>  Issue Type: Improvement
>  Components: API / State Processor
>Affects Versions: 1.10.0, 1.11.0
>Reporter: Brandon Bevans
>Priority: Major
>  Labels: auto-unassigned, pull-request-available, stale-major
>
> Currently there is no way to use OperatorTransformation.bootstrapWith using a 
> Scala DataSet. The functionality does seem to be there since a Scala DataSet 
> appears to just be a wrapped Java DataSet. This functionality could be 
> achieved with minimal invasiveness by passing through the underlying Java 
> DataSet to the call.
>  
> Also, the docs suggest that this function should work:
> From 
> [https://ci.apache.org/projects/flink/flink-docs-stable/dev/libs/state_processor_api.html]:
> {code:java}
> val currencyDataSet = bEnv.fromCollection(CurrencyRate("USD", 1.0), 
> CurrencyRate("EUR", 1.3)) val broadcastTransformation = 
> OperatorTransformation .bootstrapWith(currencyDataSet) .transform(new 
> CurrencyBootstrapFunction){code}
> I would love to take this issue on.



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


[jira] [Updated] (FLINK-17445) Allow OperatorTransformation to bootstrapWith a Scala DataSet

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


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

Flink Jira Bot updated FLINK-17445:
---
Labels: auto-unassigned pull-request-available  (was: 
pull-request-available stale-assigned)

> Allow OperatorTransformation to bootstrapWith a Scala DataSet
> -
>
> Key: FLINK-17445
> URL: https://issues.apache.org/jira/browse/FLINK-17445
> Project: Flink
>  Issue Type: Improvement
>  Components: API / State Processor
>Affects Versions: 1.10.0, 1.11.0
>Reporter: Brandon Bevans
>Assignee: Brandon Bevans
>Priority: Major
>  Labels: auto-unassigned, pull-request-available
>
> Currently there is no way to use OperatorTransformation.bootstrapWith using a 
> Scala DataSet. The functionality does seem to be there since a Scala DataSet 
> appears to just be a wrapped Java DataSet. This functionality could be 
> achieved with minimal invasiveness by passing through the underlying Java 
> DataSet to the call.
>  
> Also, the docs suggest that this function should work:
> From 
> [https://ci.apache.org/projects/flink/flink-docs-stable/dev/libs/state_processor_api.html]:
> {code:java}
> val currencyDataSet = bEnv.fromCollection(CurrencyRate("USD", 1.0), 
> CurrencyRate("EUR", 1.3)) val broadcastTransformation = 
> OperatorTransformation .bootstrapWith(currencyDataSet) .transform(new 
> CurrencyBootstrapFunction){code}
> I would love to take this issue on.



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


[jira] [Updated] (FLINK-17445) Allow OperatorTransformation to bootstrapWith a Scala DataSet

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


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

Flink Jira Bot updated FLINK-17445:
---
Labels: pull-request-available stale-assigned  (was: pull-request-available)

> Allow OperatorTransformation to bootstrapWith a Scala DataSet
> -
>
> Key: FLINK-17445
> URL: https://issues.apache.org/jira/browse/FLINK-17445
> Project: Flink
>  Issue Type: Improvement
>  Components: API / State Processor
>Affects Versions: 1.10.0, 1.11.0
>Reporter: Brandon Bevans
>Assignee: Brandon Bevans
>Priority: Major
>  Labels: pull-request-available, stale-assigned
>
> Currently there is no way to use OperatorTransformation.bootstrapWith using a 
> Scala DataSet. The functionality does seem to be there since a Scala DataSet 
> appears to just be a wrapped Java DataSet. This functionality could be 
> achieved with minimal invasiveness by passing through the underlying Java 
> DataSet to the call.
>  
> Also, the docs suggest that this function should work:
> From 
> [https://ci.apache.org/projects/flink/flink-docs-stable/dev/libs/state_processor_api.html]:
> {code:java}
> val currencyDataSet = bEnv.fromCollection(CurrencyRate("USD", 1.0), 
> CurrencyRate("EUR", 1.3)) val broadcastTransformation = 
> OperatorTransformation .bootstrapWith(currencyDataSet) .transform(new 
> CurrencyBootstrapFunction){code}
> I would love to take this issue on.



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


[jira] [Updated] (FLINK-17445) Allow OperatorTransformation to bootstrapWith a Scala DataSet

2020-05-21 Thread ASF GitHub Bot (Jira)


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

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

> Allow OperatorTransformation to bootstrapWith a Scala DataSet
> -
>
> Key: FLINK-17445
> URL: https://issues.apache.org/jira/browse/FLINK-17445
> Project: Flink
>  Issue Type: Improvement
>  Components: API / State Processor
>Affects Versions: 1.10.0, 1.11.0
>Reporter: Brandon Bevans
>Assignee: Brandon Bevans
>Priority: Major
>  Labels: pull-request-available
>
> Currently there is no way to use OperatorTransformation.bootstrapWith using a 
> Scala DataSet. The functionality does seem to be there since a Scala DataSet 
> appears to just be a wrapped Java DataSet. This functionality could be 
> achieved with minimal invasiveness by passing through the underlying Java 
> DataSet to the call.
>  
> Also, the docs suggest that this function should work:
> From 
> [https://ci.apache.org/projects/flink/flink-docs-stable/dev/libs/state_processor_api.html]:
> {code:java}
> val currencyDataSet = bEnv.fromCollection(CurrencyRate("USD", 1.0), 
> CurrencyRate("EUR", 1.3)) val broadcastTransformation = 
> OperatorTransformation .bootstrapWith(currencyDataSet) .transform(new 
> CurrencyBootstrapFunction){code}
> I would love to take this issue on.



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