[jira] [Closed] (FLINK-4963) Tabulate edge direction for directed VertexMetrics

2016-11-08 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan closed FLINK-4963. - Resolution: Implemented Implemented in f025c455f2a2e4bc5bd5bb39b47c3dc1d1e3b117 > Tabulate edge direction

[GitHub] flink pull request #2725: [FLINK-4963] [gelly] Tabulate edge direction for d...

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2725 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Commented] (FLINK-4963) Tabulate edge direction for directed VertexMetrics

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647934#comment-15647934 ] ASF GitHub Bot commented on FLINK-4963: --- Github user asfgit closed the pull request

[jira] [Commented] (FLINK-5012) Provide Timestamp in TimelyFlatMapFunction

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647929#comment-15647929 ] ASF GitHub Bot commented on FLINK-5012: --- GitHub user aljoscha opened a pull request:

[GitHub] flink pull request #2772: [FLINK-5012] Expose Timestamp in Timely FlatMap Fu...

2016-11-08 Thread aljoscha
GitHub user aljoscha opened a pull request: https://github.com/apache/flink/pull/2772 [FLINK-5012] Expose Timestamp in Timely FlatMap Functions This also adds a Context parameter that holds the timestamp, time domain and TimerService to declutter the parameter list of the functio

[GitHub] flink pull request #2754: [FLINK-4975] [checkpointing] Add a limit for how m...

2016-11-08 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2754#discussion_r87017313 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java --- @@ -525,81 +527,63 @@ else if (!props.forceCheck

[jira] [Commented] (FLINK-4975) Add a limit for how much data may be buffered during checkpoint alignment

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647917#comment-15647917 ] ASF GitHub Bot commented on FLINK-4975: --- Github user StephanEwen commented on a diff

[jira] [Commented] (FLINK-4975) Add a limit for how much data may be buffered during checkpoint alignment

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647914#comment-15647914 ] ASF GitHub Bot commented on FLINK-4975: --- Github user StephanEwen commented on a diff

[GitHub] flink pull request #2754: [FLINK-4975] [checkpointing] Add a limit for how m...

2016-11-08 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2754#discussion_r87017118 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/messages/checkpoint/DeclineCheckpoint.java --- @@ -31,44 +34,44 @@ private s

[jira] [Commented] (FLINK-4975) Add a limit for how much data may be buffered during checkpoint alignment

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647911#comment-15647911 ] ASF GitHub Bot commented on FLINK-4975: --- Github user StephanEwen commented on a diff

[GitHub] flink pull request #2754: [FLINK-4975] [checkpointing] Add a limit for how m...

2016-11-08 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2754#discussion_r87016959 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/BufferSpiller.java --- @@ -418,5 +422,16 @@ public void cleanup() thro

[jira] [Commented] (FLINK-4975) Add a limit for how much data may be buffered during checkpoint alignment

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647868#comment-15647868 ] ASF GitHub Bot commented on FLINK-4975: --- Github user tillrohrmann commented on a dif

[GitHub] flink pull request #2754: [FLINK-4975] [checkpointing] Add a limit for how m...

2016-11-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2754#discussion_r87013382 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/BarrierBuffer.java --- @@ -135,19 +138,20 @@ else if (next.getEvent()

[jira] [Commented] (FLINK-4552) Refactor WindowOperator/Trigger Tests

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647743#comment-15647743 ] ASF GitHub Bot commented on FLINK-4552: --- Github user aljoscha commented on the issue

[GitHub] flink issue #2572: [FLINK-4552] Refactor WindowOperator/Trigger Tests

2016-11-08 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/2572 @StefanRRichter I added more tests (see the commit) and deduplicated processing-time/event-time tests. PTAL (please take another look) 😃 --- If your project is set up for it, you can reply to t

[jira] [Commented] (FLINK-5022) Suppress RejectedExecutionException when the Executor is shut down

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647700#comment-15647700 ] ASF GitHub Bot commented on FLINK-5022: --- Github user asfgit closed the pull request

[jira] [Closed] (FLINK-5022) Suppress RejectedExecutionException when the Executor is shut down

2016-11-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-5022. --- > Suppress RejectedExecutionException when the Executor is shut down > ---

[jira] [Commented] (FLINK-4975) Add a limit for how much data may be buffered during checkpoint alignment

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647709#comment-15647709 ] ASF GitHub Bot commented on FLINK-4975: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2754: [FLINK-4975] [checkpointing] Add a limit for how much dat...

2016-11-08 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2754 If no one has any objection to this, I would merge it by tomorrow... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your projec

[jira] [Resolved] (FLINK-5022) Suppress RejectedExecutionException when the Executor is shut down

2016-11-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-5022. - Resolution: Fixed Fixed via d3908241323f5de3d454c7daf560faed49b3c779 > Suppress RejectedExecution

[jira] [Resolved] (FLINK-5014) RocksDBStateBackend misses good toString

2016-11-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-5014. - Resolution: Fixed Fix Version/s: 1.2.0 Fixed via d450beece2f5f76d7f519101316f850e6fa4924a

[jira] [Closed] (FLINK-5014) RocksDBStateBackend misses good toString

2016-11-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-5014. --- > RocksDBStateBackend misses good toString > > >

[jira] [Commented] (FLINK-5014) RocksDBStateBackend misses good toString

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647699#comment-15647699 ] ASF GitHub Bot commented on FLINK-5014: --- Github user asfgit closed the pull request

[GitHub] flink pull request #2757: [FLINK-5022] Suppress RejectedExecutionExceptions ...

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2757 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] flink pull request #2760: [FLINK-5014] [RocksDB backend] add toString for Ro...

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2760 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] flink pull request #2771: [FLINK-5033] [cep] Advance time with incoming wate...

2016-11-08 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/2771 [FLINK-5033] [cep] Advance time with incoming watermarks at CEP operator Before the time was only advanced if the CEP had some events buffered. If the priority queue was empty, then an inco

[jira] [Commented] (FLINK-5033) CEP operators don't properly advance time

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647684#comment-15647684 ] ASF GitHub Bot commented on FLINK-5033: --- GitHub user tillrohrmann opened a pull requ

[jira] [Commented] (FLINK-4613) Extend ALS to handle implicit feedback datasets

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647631#comment-15647631 ] ASF GitHub Bot commented on FLINK-4613: --- Github user jfeher commented on the issue:

[GitHub] flink issue #2542: [FLINK-4613] [ml] Extend ALS to handle implicit feedback ...

2016-11-08 Thread jfeher
Github user jfeher commented on the issue: https://github.com/apache/flink/pull/2542 Hi, we have measured the training time of als and ials with the given dataset. After filtering the data to unique item user pairs we got approximatly 64 million rankings. We measured on a

[jira] [Commented] (FLINK-3848) Add ProjectableTableSource interface and translation rule

2016-11-08 Thread Anton Solovev (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647593#comment-15647593 ] Anton Solovev commented on FLINK-3848: -- Hi [~fhueske] I've sketched some code: https

[GitHub] flink pull request #2768: [FLINK-5023][FLINK-5024] Add SimpleStateDescriptor...

2016-11-08 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2768#discussion_r86987978 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/state/ListStateDescriptor.java --- @@ -84,21 +138,37 @@ public boolean equals(Object o) {

[jira] [Commented] (FLINK-5023) Add get() method in State interface

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647572#comment-15647572 ] ASF GitHub Bot commented on FLINK-5023: --- Github user StephanEwen commented on a diff

[jira] [Commented] (FLINK-5023) Add get() method in State interface

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647567#comment-15647567 ] ASF GitHub Bot commented on FLINK-5023: --- Github user StephanEwen commented on a diff

[GitHub] flink pull request #2768: [FLINK-5023][FLINK-5024] Add SimpleStateDescriptor...

2016-11-08 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2768#discussion_r86987689 --- Diff: flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBSimpleState.java --- @@ -0,0 +1,99 @@

[jira] [Commented] (FLINK-5024) Add SimpleStateDescriptor to clarify the concepts

2016-11-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647558#comment-15647558 ] Stephan Ewen commented on FLINK-5024: - Can we call it differently than {{SimpleStateDe

[jira] [Created] (FLINK-5033) CEP operators don't properly advance time

2016-11-08 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-5033: Summary: CEP operators don't properly advance time Key: FLINK-5033 URL: https://issues.apache.org/jira/browse/FLINK-5033 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-5017) Introduce WatermarkStatus stream element to allow for temporarily idle streaming sources

2016-11-08 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647522#comment-15647522 ] Aljoscha Krettek commented on FLINK-5017: - I think your approach works well with t

[jira] [Closed] (FLINK-5032) CsvOutputFormatTest fails on Windows OS

2016-11-08 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-5032. --- Resolution: Fixed Fix Version/s: 1.2.0 Fixed in c21ecaed2456a390cc612622b438dca0ce26b9e

[jira] [Commented] (FLINK-5032) CsvOutputFormatTest fails on Windows OS

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647508#comment-15647508 ] ASF GitHub Bot commented on FLINK-5032: --- Github user asfgit closed the pull request

[GitHub] flink pull request #2769: [FLINK-5032] CsvOutputFormatTest fails on Windows ...

2016-11-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2769 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Updated] (FLINK-5017) Introduce WatermarkStatus stream element to allow for temporarily idle streaming sources

2016-11-08 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-5017: Attachment: operator_chain_with_multiple_network_outputs.png > Introduce WatermarkStatus str

[jira] [Commented] (FLINK-5032) CsvOutputFormatTest fails on Windows OS

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647497#comment-15647497 ] ASF GitHub Bot commented on FLINK-5032: --- Github user zentol commented on the issue:

[GitHub] flink issue #2769: [FLINK-5032] CsvOutputFormatTest fails on Windows OS

2016-11-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2769 merging --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

[GitHub] flink issue #2439: [FLINK-4450]update storm verion to 1.0.0 in flink-storm a...

2016-11-08 Thread liuyuzhong
Github user liuyuzhong commented on the issue: https://github.com/apache/flink/pull/2439 Fixed complie error. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes s

[jira] [Commented] (FLINK-4450) update storm version to 1.0.0

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647433#comment-15647433 ] ASF GitHub Bot commented on FLINK-4450: --- Github user liuyuzhong commented on the iss

[GitHub] flink pull request #2756: [FLINK-4997] Extending Window Function Metadata

2016-11-08 Thread manuzhang
Github user manuzhang commented on a diff in the pull request: https://github.com/apache/flink/pull/2756#discussion_r86973108 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/windowing/functions/InternalWindowFunction.java --- @@ -46,5 +46,

[jira] [Commented] (FLINK-4997) Extending Window Function Metadata

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647328#comment-15647328 ] ASF GitHub Bot commented on FLINK-4997: --- Github user manuzhang commented on a diff i

[jira] [Commented] (FLINK-3871) Add Kafka TableSource with Avro serialization

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647318#comment-15647318 ] ASF GitHub Bot commented on FLINK-3871: --- Github user mushketyk commented on the issu

[GitHub] flink issue #2762: [FLINK-3871] Add Kafka TableSource with Avro serializatio...

2016-11-08 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2762 @fhueske No worries. Take your time. Best regards, Ivan. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your projec

[jira] [Commented] (FLINK-4354) Implement TaskManager side of heartbeat from ResourceManager

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647194#comment-15647194 ] ASF GitHub Bot commented on FLINK-4354: --- GitHub user wangzhijiang999 opened a pull r

[GitHub] flink pull request #2770: [FLINK-4354]Implement TaskManager side of heartbea...

2016-11-08 Thread wangzhijiang999
GitHub user wangzhijiang999 opened a pull request: https://github.com/apache/flink/pull/2770 [FLINK-4354]Implement TaskManager side of heartbeat from ResourceManager When TaskManager registers at the new ResourceManager, the SlotReport will be attached in the message. In heartbeat p

[jira] [Commented] (FLINK-5013) Flink Kinesis connector doesn't work on old EMR versions

2016-11-08 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647147#comment-15647147 ] Fabian Hueske commented on FLINK-5013: -- This might also be cause by using the wrong M

[jira] [Commented] (FLINK-5013) Flink Kinesis connector doesn't work on old EMR versions

2016-11-08 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647135#comment-15647135 ] Till Rohrmann commented on FLINK-5013: -- Another user reported that on EMR 5.1.0 he ge

[jira] [Commented] (FLINK-5032) CsvOutputFormatTest fails on Windows OS

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15646980#comment-15646980 ] ASF GitHub Bot commented on FLINK-5032: --- Github user fhueske commented on the issue:

[GitHub] flink issue #2769: [FLINK-5032] CsvOutputFormatTest fails on Windows OS

2016-11-08 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/2769 Thanks for the fix @BorisOsipov. Looks good to merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not hav

[GitHub] flink pull request #2769: [FLINK-5032] CsvOutputFormatTest fails on Windows ...

2016-11-08 Thread BorisOsipov
GitHub user BorisOsipov opened a pull request: https://github.com/apache/flink/pull/2769 [FLINK-5032] CsvOutputFormatTest fails on Windows OS I've checked fix on my local environment. You can merge this pull request into a Git repository by running: $ git pull https:

[jira] [Commented] (FLINK-5032) CsvOutputFormatTest fails on Windows OS

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15646963#comment-15646963 ] ASF GitHub Bot commented on FLINK-5032: --- GitHub user BorisOsipov opened a pull reque

[jira] [Commented] (FLINK-3871) Add Kafka TableSource with Avro serialization

2016-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15646895#comment-15646895 ] ASF GitHub Bot commented on FLINK-3871: --- Github user fhueske commented on the issue:

[GitHub] flink issue #2762: [FLINK-3871] Add Kafka TableSource with Avro serializatio...

2016-11-08 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/2762 Thanks a lot for the update @mushketyk. I'm quite busy at the moment but will try to have a look at your PR soon. Thanks, Fabian --- If your project is set up for it, you can reply to this email and

<    1   2