[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-03-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/413 --- 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 enabl

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-03-10 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/413#issuecomment-78048397 Thank you. I'm going to merge it. --- 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

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-03-10 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/413#issuecomment-78017191 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 have this

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-23 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/413#issuecomment-75545980 Exactly, the change is only for 0.8. For 0.9 its already merged to master using the ExecutionConfig. --- If your project is set up for it, you can reply to this email

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-23 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/413#issuecomment-75513308 I assume that this is targeted at the 0.8 branch? For the 0.9 branch, it would be nice to use the execution config instead to define which serializer to instan

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-22 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/413#issuecomment-75429131 I've updated the PR addressing Till's comments and adding a `GenericAvroTypeInfo` giving users an additional way to enforce the Avro serializer. --- If your project is

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-22 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/413#discussion_r25130805 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/typeutils/GenericTypeInfo.java --- @@ -66,6 +71,9 @@ public boolean isKeyType() {

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-22 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/413#discussion_r25130794 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/typeutils/runtime/AvroSerializer.java --- @@ -91,7 +98,22 @@ public T createInstance() {

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-22 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/413#discussion_r25130737 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/typeutils/runtime/AvroSerializer.java --- @@ -154,6 +176,7 @@ private void checkAvroInitialized(

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-20 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/413#issuecomment-75283551 LGTM besides of my small comments. --- 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 doe

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-20 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/413#discussion_r25086595 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/typeutils/runtime/AvroSerializer.java --- @@ -154,6 +176,7 @@ private void checkAvroInitiali

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-20 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/413#discussion_r25086445 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/typeutils/runtime/AvroSerializer.java --- @@ -91,7 +98,22 @@ public T createInstance() {

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-20 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/413#discussion_r25086186 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/typeutils/GenericTypeInfo.java --- @@ -66,6 +71,9 @@ public boolean isKeyType() {

[GitHub] flink pull request: [FLINK-1567] Add switch to use the AvroSeriali...

2015-02-17 Thread rmetzger
GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/413 [FLINK-1567] Add switch to use the AvroSerializer for GenericTypeInfo Note this is a fix for 0.8 only. The fix for master is contained in #393 You can merge this pull request into a Git reposito