[jira] [Commented] (FLINK-5964) Change TypeSerializers to allow construction of immutable types

2021-10-31 Thread Nicolas Ferrario (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17436499#comment-17436499 ] Nicolas Ferrario commented on FLINK-5964: - Agree. We started to replace our Scala pipelines with

[jira] [Commented] (FLINK-5964) Change TypeSerializers to allow construction of immutable types

2021-04-15 Thread David Anderson (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17322002#comment-17322002 ] David Anderson commented on FLINK-5964: --- I don't think this issue should simply be closed. AFAIK,

[jira] [Commented] (FLINK-5964) Change TypeSerializers to allow construction of immutable types

2021-04-14 Thread Flink Jira Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17321673#comment-17321673 ] Flink Jira Bot commented on FLINK-5964: --- This issue and all of its Sub-Tasks have not been updated

[jira] [Commented] (FLINK-5964) Change TypeSerializers to allow construction of immutable types

2017-09-18 Thread David Anderson (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169780#comment-16169780 ] David Anderson commented on FLINK-5964: --- Here's an example that compiles, but fails at runtime:

[jira] [Commented] (FLINK-5964) Change TypeSerializers to allow construction of immutable types

2017-03-07 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15899256#comment-15899256 ] Stephan Ewen commented on FLINK-5964: - Can you paste the stack trace of the exception you get? >

[jira] [Commented] (FLINK-5964) Change TypeSerializers to allow construction of immutable types

2017-03-06 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897554#comment-15897554 ] Jayson Minard commented on FLINK-5964: -- I'll post a full example soon. The sample code and Kotlin

[jira] [Commented] (FLINK-5964) Change TypeSerializers to allow construction of immutable types

2017-03-06 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897546#comment-15897546 ] Jayson Minard commented on FLINK-5964: -- [~StephanEwen] it is when I try to make something like this

[jira] [Commented] (FLINK-5964) Change TypeSerializers to allow construction of immutable types

2017-03-06 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15897342#comment-15897342 ] Stephan Ewen commented on FLINK-5964: - [~jayson.minard] Currently, Flink supports two different modes:

[jira] [Commented] (FLINK-5964) Change TypeSerializers to allow construction of immutable types

2017-03-04 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15895667#comment-15895667 ] Jayson Minard commented on FLINK-5964: -- This isn't just about Immutable types, its really about