[GitHub] flink issue #4943: [FLINK-6022] [avro] Use Avro to serialize Avro in flight ...

2018-04-18 Thread shashank734
Github user shashank734 commented on the issue: https://github.com/apache/flink/pull/4943 I think this is due to this issue : https://issues.apache.org/jira/browse/FLINK-9202 ---

[GitHub] flink issue #4943: [FLINK-6022] [avro] Use Avro to serialize Avro in flight ...

2018-04-10 Thread shashank734
Github user shashank734 commented on the issue: https://github.com/apache/flink/pull/4943 @zentol Thanks, I think it's the wrong place to ask But Actually We have tried to use AvroTypeInfo, But it was unable to restore from the savepoint (Note we have changed the schema and

[GitHub] flink issue #4943: [FLINK-6022] [avro] Use Avro to serialize Avro in flight ...

2018-04-10 Thread shashank734
Github user shashank734 commented on the issue: https://github.com/apache/flink/pull/4943 @StephanEwen Are these changes part of 1.5 or 1.4, Do you have any example how I can use this with states and CEP? Please give me some hint. I have seen test cases of Input and Output only

[GitHub] flink issue #4821: [FLINK-7835][cep] Fix duplicate() in NFASerializer.

2017-11-21 Thread shashank734
Github user shashank734 commented on the issue: https://github.com/apache/flink/pull/4821 Great ---

[GitHub] flink issue #4821: [FLINK-7835][cep] Fix duplicate() in NFASerializer.

2017-11-21 Thread shashank734
Github user shashank734 commented on the issue: https://github.com/apache/flink/pull/4821 I think I have to wait for 1.4 cause there are a lot of changes in other files too between 1.3.2 release and this commit. ---

[GitHub] flink issue #4821: [FLINK-7835][cep] Fix duplicate() in NFASerializer.

2017-11-17 Thread shashank734
Github user shashank734 commented on the issue: https://github.com/apache/flink/pull/4821 Yeah, But I think 1.4 will take some more couple of weeks. As unable to restore the state, So it's necessary to change for me. ---

[GitHub] flink issue #4821: [FLINK-7835][cep] Fix duplicate() in NFASerializer.

2017-11-17 Thread shashank734
Github user shashank734 commented on the issue: https://github.com/apache/flink/pull/4821 While applying the patch it's giving a lot of conflicts. I think due to changes in between. So why I had doubts. I'll apply these changes manually. ---

[GitHub] flink issue #4821: [FLINK-7835][cep] Fix duplicate() in NFASerializer.

2017-11-17 Thread shashank734
Github user shashank734 commented on the issue: https://github.com/apache/flink/pull/4821 Can I directly use these changes in the release-1.3.2 tag or there in between dependencies? ---

[GitHub] flink issue #2202: [FLINK-4149] Fix Serialization of NFA in AbstractKeyedCEP...

2017-04-12 Thread shashank734
Github user shashank734 commented on the issue: https://github.com/apache/flink/pull/2202 Again getting this error. After changing state backend from Rocksdb it's working fine. ``` 04/12/2017 10:05:04 Job execution switched to status FA

[GitHub] flink issue #1826: [FLINK-3637] Refactor rolling sink writer

2017-01-11 Thread shashank734
Github user shashank734 commented on the issue: https://github.com/apache/flink/pull/1826 @dalegaard have you created Parquet writer for the same or can you give me idea how i can sink json ->parquet ->HDFS from datastream or streaming Table ?? --- If your project is set up