[GitHub] flink pull request: [FLINK-2203] handling null values for RowSeria...

2015-06-13 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/831#issuecomment-111741260 Thanks, nice work. :+1: --- 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 th

[GitHub] flink pull request: [FLINK-2203] handling null values for RowSeria...

2015-06-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/831 --- 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-2203] handling null values for RowSeria...

2015-06-13 Thread Shiti
Github user Shiti commented on the pull request: https://github.com/apache/flink/pull/831#issuecomment-111723371 @aljoscha I have made the suggested changes --- 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

[GitHub] flink pull request: [FLINK-2203] handling null values for RowSeria...

2015-06-13 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/831#issuecomment-111717366 I had some more remarks, sorry for being so picky. :sweat_smile: Other than that, I think the change looks really good now! --- If your project is set up for i

[GitHub] flink pull request: [FLINK-2203] handling null values for RowSeria...

2015-06-13 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/831#discussion_r32371128 --- Diff: flink-staging/flink-table/src/test/scala/org/apache/flink/api/table/typeinfo/RowSerializerTest.scala --- @@ -0,0 +1,70 @@ +/* + * Licensed

[GitHub] flink pull request: [FLINK-2203] handling null values for RowSeria...

2015-06-13 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/831#discussion_r32371124 --- Diff: flink-staging/flink-table/src/main/scala/org/apache/flink/api/table/typeinfo/RowSerializer.scala --- @@ -102,20 +119,39 @@ class RowSerializer(fiel

[GitHub] flink pull request: [FLINK-2203] handling null values for RowSeria...

2015-06-13 Thread Shiti
Github user Shiti commented on the pull request: https://github.com/apache/flink/pull/831#issuecomment-111709239 @aljoscha I have updated the RowSerializerTest to use SerializerTestBase and reverted to using while loops in RowSerializer --- If your project is set up for it, you can r

[GitHub] flink pull request: [FLINK-2203] handling null values for RowSeria...

2015-06-13 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/831#issuecomment-111701489 The changes look good except for comments I had about the loops. For the tests, did you try doing it as in TraversableSerializerTest.scala. Here, we override dee

[GitHub] flink pull request: [FLINK-2203] handling null values for RowSeria...

2015-06-13 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/831#discussion_r32369781 --- Diff: flink-staging/flink-table/src/main/scala/org/apache/flink/api/table/typeinfo/RowSerializer.scala --- @@ -74,11 +79,16 @@ class RowSerializer(fieldS

[GitHub] flink pull request: [FLINK-2203] handling null values for RowSeria...

2015-06-13 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/831#discussion_r32369782 --- Diff: flink-staging/flink-table/src/main/scala/org/apache/flink/api/table/typeinfo/RowSerializer.scala --- @@ -89,11 +99,16 @@ class RowSerializer(fieldS

[GitHub] flink pull request: [FLINK-2203] handling null values for RowSeria...

2015-06-12 Thread Shiti
Github user Shiti commented on the pull request: https://github.com/apache/flink/pull/831#issuecomment-111682105 @hsaputra I have updated the description --- 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-2203] handling null values for RowSeria...

2015-06-12 Thread hsaputra
Github user hsaputra commented on the pull request: https://github.com/apache/flink/pull/831#issuecomment-111627080 HI @Shiti , thanks for the patch. Could you add in the PR description on how the fix is done and what changes made to fix it. This will help reviewers follow you

[GitHub] flink pull request: [FLINK-2203] handling null values for RowSeria...

2015-06-12 Thread Shiti
GitHub user Shiti opened a pull request: https://github.com/apache/flink/pull/831 [FLINK-2203] handling null values for RowSerializer You can merge this pull request into a Git repository by running: $ git pull https://github.com/Shiti/flink FLINK-2203 Alternatively you can r