[GitHub] flink issue #4674: [FLINK-7627] [table] SingleElementIterable should impleme...

2018-04-17 Thread hequn8128
Github user hequn8128 commented on the issue: https://github.com/apache/flink/pull/4674 @fhueske Hi, I will close it. Thanks for the checking. ---

[GitHub] flink issue #4674: [FLINK-7627] [table] SingleElementIterable should impleme...

2018-04-17 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/4674 Hi @hequn8128, @wuchong. What are your plans for this PR. Should we get it in or are you OK to close it? Thanks, Fabian ---

[GitHub] flink issue #4674: [FLINK-7627] [table] SingleElementIterable should impleme...

2017-11-20 Thread wuchong
Github user wuchong commented on the issue: https://github.com/apache/flink/pull/4674 I'm +1 with the first option, i.e. declare the element field as `transient`. You are right, the `SingleElementIterable` is not necessary to be serialized. ---

[GitHub] flink issue #4674: [FLINK-7627] [table] SingleElementIterable should impleme...

2017-10-19 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/4674 Thanks for the info @hequn8128! As I said before, I don't mind making `SingleElementIterable` `Serializable`. However, we have to ensure that the property also holds. `element: T` is not necessarily

[GitHub] flink issue #4674: [FLINK-7627] [table] SingleElementIterable should impleme...

2017-10-18 Thread hequn8128
Github user hequn8128 commented on the issue: https://github.com/apache/flink/pull/4674 hi, @fhueske I was using sliding window and `NotSerializableException` was thrown when doing incremental snapshot. This can be fixed by implementing `SingleElementIterable` with `Serializable

[GitHub] flink issue #4674: [FLINK-7627] [table] SingleElementIterable should impleme...

2017-10-13 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/4674 Hi @hequn8128, can you give some information on the motivation for this PR? Thanks, Fabian ---

[GitHub] flink issue #4674: [FLINK-7627] [table] SingleElementIterable should impleme...

2017-09-18 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/4674 Hi @hequn8128, thanks for the PR. I think it's OK to make the iterable serializable, but would like to understand better when a non-serializable iterable leads to a bug. Thanks, Fabian