[GitHub] flink pull request: [FLINK-2152] Added zipWithIndex

2015-06-28 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/832#issuecomment-116266267 No problem ;) In this case I would kindly ask @andralungu to close the issue manually. --- If your project is set up for it, you can reply to this email and have

[jira] [Commented] (FLINK-2152) Provide zipWithIndex utility in flink-contrib

2015-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604650#comment-14604650 ] ASF GitHub Bot commented on FLINK-2152: --- Github user rmetzger commented on the pull

[jira] [Commented] (FLINK-2152) Provide zipWithIndex utility in flink-contrib

2015-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604652#comment-14604652 ] ASF GitHub Bot commented on FLINK-2152: --- Github user andralungu closed the pull

[GitHub] flink pull request: [FLINK-2152] Added zipWithIndex

2015-06-28 Thread andralungu
Github user andralungu closed the pull request at: https://github.com/apache/flink/pull/832 --- 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

[jira] [Commented] (FLINK-2152) Provide zipWithIndex utility in flink-contrib

2015-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604597#comment-14604597 ] ASF GitHub Bot commented on FLINK-2152: --- Github user andralungu commented on the

[jira] [Commented] (FLINK-2152) Provide zipWithIndex utility in flink-contrib

2015-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604616#comment-14604616 ] ASF GitHub Bot commented on FLINK-2152: --- Github user chiwanpark commented on the

[jira] [Commented] (FLINK-2152) Provide zipWithIndex utility in flink-contrib

2015-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604559#comment-14604559 ] ASF GitHub Bot commented on FLINK-2152: --- Github user chiwanpark commented on a diff

[GitHub] flink pull request: [FLINK-2152] Added zipWithIndex

2015-06-28 Thread chiwanpark
Github user chiwanpark commented on a diff in the pull request: https://github.com/apache/flink/pull/832#discussion_r33419462 --- Diff: flink-tests/src/test/scala/org/apache/flink/api/scala/util/DataSetUtilsITCase.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [FLINK-2152] Added zipWithIndex

2015-06-28 Thread chiwanpark
Github user chiwanpark commented on the pull request: https://github.com/apache/flink/pull/832#issuecomment-116208070 Hi, I added some minor comments about coding style in Scala test case. The rest things is okay. I think we can merge this after fixing the style. --- If your

[jira] [Commented] (FLINK-2152) Provide zipWithIndex utility in flink-contrib

2015-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604561#comment-14604561 ] ASF GitHub Bot commented on FLINK-2152: --- Github user chiwanpark commented on a diff

[jira] [Commented] (FLINK-2152) Provide zipWithIndex utility in flink-contrib

2015-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604562#comment-14604562 ] ASF GitHub Bot commented on FLINK-2152: --- Github user chiwanpark commented on a diff

[GitHub] flink pull request: [FLINK-2152] Added zipWithIndex

2015-06-28 Thread chiwanpark
Github user chiwanpark commented on a diff in the pull request: https://github.com/apache/flink/pull/832#discussion_r33419461 --- Diff: flink-tests/src/test/scala/org/apache/flink/api/scala/util/DataSetUtilsITCase.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-2152) Provide zipWithIndex utility in flink-contrib

2015-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604560#comment-14604560 ] ASF GitHub Bot commented on FLINK-2152: --- Github user chiwanpark commented on a diff

[GitHub] flink pull request: [FLINK-2152] Added zipWithIndex

2015-06-28 Thread chiwanpark
Github user chiwanpark commented on a diff in the pull request: https://github.com/apache/flink/pull/832#discussion_r33419459 --- Diff: flink-tests/src/test/scala/org/apache/flink/api/scala/util/DataSetUtilsITCase.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33423401 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33422802 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] flink pull request: [FLINK-2150] Added zipWithUniqueIds

2015-06-28 Thread andralungu
Github user andralungu commented on the pull request: https://github.com/apache/flink/pull/801#issuecomment-116287334 Hi @thvasilo , Sorry for the late reply... I stated in the `zipWithIndex` PR that I am waiting for that to be merged before I update this one :). So, here it

[jira] [Commented] (FLINK-2150) Add a library method that assigns unique Long values to vertices

2015-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604706#comment-14604706 ] ASF GitHub Bot commented on FLINK-2150: --- Github user andralungu commented on the

[GitHub] flink pull request: [FLINK-2152] Added zipWithIndex

2015-06-28 Thread chiwanpark
Github user chiwanpark commented on the pull request: https://github.com/apache/flink/pull/832#issuecomment-116252016 Looks good :) 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

[GitHub] flink pull request: [FLINK-2152] Added zipWithIndex

2015-06-28 Thread chiwanpark
Github user chiwanpark commented on the pull request: https://github.com/apache/flink/pull/832#issuecomment-116252346 Oops! I forgot add This closes #832 into commit message. I mistook because this is my first commit to upload Apache repository. Sorry. How can I fix it? --- If your

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33427182 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33427318 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[jira] [Updated] (FLINK-2152) Provide zipWithIndex utility in flink-contrib

2015-06-28 Thread Chiwan Park (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chiwan Park updated FLINK-2152: --- Fix Version/s: 0.10 Provide zipWithIndex utility in flink-contrib

[jira] [Resolved] (FLINK-2152) Provide zipWithIndex utility in flink-contrib

2015-06-28 Thread Chiwan Park (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chiwan Park resolved FLINK-2152. Resolution: Implemented Thanks! :) Provide zipWithIndex utility in flink-contrib

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33425478 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33424875 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33424859 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33424878 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33424889 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33424858 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33425438 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33425453 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33425463 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-2150) Add a library method that assigns unique Long values to vertices

2015-06-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604836#comment-14604836 ] ASF GitHub Bot commented on FLINK-2150: --- Github user thvasilo commented on the pull

[GitHub] flink pull request: [Flink-1999] basic TfidfTransformer

2015-06-28 Thread pefi1011
Github user pefi1011 commented on a diff in the pull request: https://github.com/apache/flink/pull/730#discussion_r33426025 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/feature/TfIdfTransformer.scala --- @@ -0,0 +1,128 @@ +/* + * Licensed to the