[GitHub] flink issue #3260: [FLINK-4604] Add support for standard deviation/variance

2017-05-03 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/3260 Thanks @twalthr! --- 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

[GitHub] flink issue #3260: [FLINK-4604] Add support for standard deviation/variance

2017-04-15 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/3260 Hello, I updated PR for calcite 1.12. --- 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

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2017-04-05 Thread ex00
Github user ex00 closed the pull request at: https://github.com/apache/flink/pull/3033 --- 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

[GitHub] flink issue #3012: [FLINK-2186] Add readCsvAsRow methods to CsvReader and sc...

2017-02-13 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/3012 Hi @tonycox, thanks for your reply. >Do you have any negative cases that breake this down? Yes, i have. which is expected result, if any field in source file is empty, is null or defa

[GitHub] flink pull request #3205: [FLINK-5635] Improve Docker tooling to make it eas...

2017-02-09 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3205#discussion_r100252102 --- Diff: flink-contrib/docker-flink/docker-compose.yml --- @@ -16,21 +16,22 @@ # limitations under the License

[GitHub] flink pull request #3012: [FLINK-2186] Add readCsvAsRow methods to CsvReader...

2017-02-08 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3012#discussion_r100247845 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/io/CsvReader.java --- @@ -351,6 +356,32 @@ public CsvReader ignoreInvalidLines

[GitHub] flink pull request #3012: [FLINK-2186] Add readCsvAsRow methods to CsvReader...

2017-02-08 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3012#discussion_r100247856 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/io/CsvReader.java --- @@ -351,6 +356,32 @@ public CsvReader ignoreInvalidLines

[GitHub] flink pull request #3012: [FLINK-2186] Add readCsvAsRow methods to CsvReader...

2017-02-08 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3012#discussion_r100247899 --- Diff: flink-tests/src/test/java/org/apache/flink/test/io/CsvReaderITCase.java --- @@ -122,6 +127,80 @@ public void testValueTypes() throws Exception

[GitHub] flink pull request #3012: [FLINK-2186] Add readCsvAsRow methods to CsvReader...

2017-02-08 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3012#discussion_r100247879 --- Diff: flink-scala/src/main/scala/org/apache/flink/api/scala/ExecutionEnvironment.scala --- @@ -348,6 +349,47 @@ class ExecutionEnvironment(javaEnv

[GitHub] flink pull request #3012: [FLINK-2186] Add readCsvAsRow methods to CsvReader...

2017-02-08 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3012#discussion_r100247870 --- Diff: flink-scala/src/main/scala/org/apache/flink/api/scala/ExecutionEnvironment.scala --- @@ -348,6 +349,47 @@ class ExecutionEnvironment(javaEnv

[GitHub] flink pull request #3012: [FLINK-2186] Add readCsvAsRow methods to CsvReader...

2017-02-08 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3012#discussion_r100247839 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/RowTypeInfo.java --- @@ -192,6 +193,28 @@ public void getFlatFields(String

[GitHub] flink issue #3012: [FLINK-2186] Add readCsvAsRow methods to CsvReader and sc...

2017-02-08 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/3012 Thanks for work @tonycox. The PR looks good to me. I left a few minor comments about PR. What do you mean about test negative case? If typeMap does not match with fields type in file for

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2017-02-07 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3033#discussion_r99778650 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/dataset/DataSetSingleRowJoin.scala --- @@ -144,21 +150,46 @@ class

[GitHub] flink issue #3205: [FLINK-5635] Improve Docker tooling to make it easier to ...

2017-02-06 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/3205 Really I didn't build Flink. Thanks @jgrier for your comment. My case has been showing that documentation is needed :) I think next information will be useful for users who want run fli

[GitHub] flink issue #3205: [FLINK-5635] Improve Docker tooling to make it easier to ...

2017-02-03 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/3205 @jgrier thanks for your reply! I tried to build flink image from your PR and i got next error: >tar: invalid magic tar: short read The command '/bin/sh -c set -x &

[GitHub] flink pull request #3260: [FLINK-4604] Add support for standard deviation/va...

2017-02-03 Thread ex00
GitHub user ex00 opened a pull request: https://github.com/apache/flink/pull/3260 [FLINK-4604] Add support for standard deviation/variance add rule for reduce standard deviation/variance functions Thanks for contributing to Apache Flink. Before you open your pull request

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-25 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r97734069 --- Diff: flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSchema.java --- @@ -0,0 +1,135 @@ +/* + * Licensed to the

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-25 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r97730063 --- Diff: flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSchema.java --- @@ -0,0 +1,135 @@ +/* + * Licensed to the

[GitHub] flink issue #3205: [FLINK-5635] Improve Docker tooling to make it easier to ...

2017-01-25 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/3205 Hi @jgrier. Thaks for your PR! Could you update [README.md](https://github.com/apache/flink/blob/master/flink-contrib/docker-flink/README.md) in accordance with your changes? --- If your project

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2017-01-18 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3033#discussion_r96588722 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/dataset/DataSetSingleRowJoin.scala --- @@ -46,6 +47,7 @@ class

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2017-01-18 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3033#discussion_r96585254 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/dataset/DataSetSingleRowJoin.scala --- @@ -46,6 +47,7 @@ class

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2017-01-17 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3033#discussion_r96580679 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/dataset/DataSetSingleRowJoin.scala --- @@ -46,6 +47,7 @@ class

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2017-01-17 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3033#discussion_r96397396 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/batch/sql/JoinITCase.scala --- @@ -372,9 +372,163 @@ class JoinITCase

[GitHub] flink issue #3033: [FLINK-5256] Extend DataSetSingleRowJoin to support Left ...

2017-01-17 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/3033 Hi @fhueske. I updated PR. Please look my changes. Thanks! --- 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 #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2017-01-17 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3033#discussion_r96359104 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/batch/sql/JoinITCase.scala --- @@ -372,9 +372,163 @@ class JoinITCase

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2017-01-17 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3033#discussion_r96359044 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/batch/sql/JoinITCase.scala --- @@ -372,9 +372,163 @@ class JoinITCase

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2017-01-16 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3033#discussion_r96356761 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/batch/sql/JoinITCase.scala --- @@ -372,9 +372,163 @@ class JoinITCase

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2017-01-16 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3033#discussion_r96356416 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/rules/dataSet/DataSetJoinRule.scala --- @@ -43,7 +43,7 @@ class

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2017-01-16 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3033#discussion_r96356194 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/dataset/DataSetSingleRowJoin.scala --- @@ -144,21 +150,46 @@ class

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2016-12-22 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/3033#discussion_r93592588 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/rules/dataSet/DataSetJoinRule.scala --- @@ -40,10 +41,17 @@ class

[GitHub] flink pull request #3033: [FLINK-5256] Extend DataSetSingleRowJoin to suppor...

2016-12-20 Thread ex00
GitHub user ex00 opened a pull request: https://github.com/apache/flink/pull/3033 [FLINK-5256] Extend DataSetSingleRowJoin to support Left and Right joins add support outer joins with single record via DataSetSingleRowJoin Thanks for contributing to Apache Flink. Before you

[GitHub] flink issue #2958: [FLINK-4704] Move Table API to org.apache.flink.table

2016-12-15 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2958 Thank you Fabian! --- 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

[GitHub] flink issue #2958: [FLINK-4704] Move Table API to org.apache.flink.table

2016-12-14 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2958 PR has been updated. --- 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

[GitHub] flink issue #2958: [FLINK-4704] Move Table API to org.apache.flink.table

2016-12-14 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2958 Hi @fhueske and @twalthr, thanks for your comments. I will update PR --- 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 #2958: [FLINK-4704] Move Table API to org.apache.flink.ta...

2016-12-07 Thread ex00
GitHub user ex00 opened a pull request: https://github.com/apache/flink/pull/2958 [FLINK-4704] Move Table API to org.apache.flink.table Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your

[GitHub] flink issue #2840: [FLINK-4832] Count/Sum 0 elements

2016-11-29 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2840 Hi @fhueske, thanks for your review and comments! I updated PR. --- 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

[GitHub] flink issue #2840: [FLINK-4832] Count/Sum 0 elements

2016-11-28 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2840 Hi I updated PR, added new rule for non grouped aggregate data and added `AggregationTest` for check plan of query. --- If your project is set up for it, you can reply to this email and have your

[GitHub] flink issue #2840: [FLINK-4832] Count/Sum 0 elements

2016-11-23 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2840 Hi @StephanEwen I found a way check these changes via `TableTestBase` how told @fhueske ```scala @Test def testAggregateQueryBatchSQL(): Unit = { val util = batchTestUtil

[GitHub] flink pull request #2840: [FLINK-4832] Count/Sum 0 elements

2016-11-23 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/2840#discussion_r89277461 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/plan/nodes/dataset/DataSetAggregate.scala --- @@ -157,4 +161,41 @@ class

[GitHub] flink issue #2840: [FLINK-4832] Count/Sum 0 elements

2016-11-22 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2840 Hi @fhueske >Actually, I think implementing the fix as an optimizer rule would be the nicer solution. In that case we could transform one of the ITCases into a test that extends the TableTestB

[GitHub] flink pull request #2840: [FLINK-4832] Count/Sum 0 elements

2016-11-21 Thread ex00
GitHub user ex00 opened a pull request: https://github.com/apache/flink/pull/2840 [FLINK-4832] Count/Sum 0 elements Hello. Currently, if `AggregateDataSet` is empty then we unable to count or sum up 0 elements. These changes allows to get correct result of aggregate

[GitHub] flink pull request #2818: [FLINK-4263] [table] SQL's VALUES does not work pr...

2016-11-17 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/2818#discussion_r88429597 --- Diff: flink-libraries/flink-table/pom.xml --- @@ -45,7 +45,7 @@ under the License. org.codehaus.janino

[GitHub] flink issue #2650: [FLINK-4563] [metrics] scope caching not adjusted for mul...

2016-11-15 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2650 @zentol, thanks for your review and comments! I updated tests. --- 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

[GitHub] flink pull request #2650: [FLINK-4563] [metrics] scope caching not adjusted ...

2016-11-15 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/2650#discussion_r88007685 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/metrics/groups/AbstractMetricGroupTest.java --- @@ -44,4 +52,132 @@ protected QueryScopeInfo

[GitHub] flink issue #2650: [FLINK-4563] [metrics] scope caching not adjusted for mul...

2016-11-09 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2650 I can remove ``staticCharacterFilter`` from global test class, and initialize filter in ``MetricRegistryTest`` how not static. This is static filter doesn't apply in ``TestReporter*`` classes i

[GitHub] flink issue #2650: [FLINK-4563] [metrics] scope caching not adjusted for mul...

2016-11-08 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2650 Hi Is last changes correct? --- 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

[GitHub] flink pull request #2650: [FLINK-4563] [metrics] scope caching not adjusted ...

2016-10-28 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/2650#discussion_r85543811 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/AbstractMetricGroup.java --- @@ -169,19 +176,7 @@ public String

[GitHub] flink issue #2650: [FLINK-4563] [metrics] scope caching not adjusted for mul...

2016-10-28 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2650 @StephanEwen, @zentol thanks for your comments! Do need caching only first filter or don't cache any filter? --- If your project is set up for it, you can reply to this email and have your

[GitHub] flink issue #2650: [FLINK-4563] [metrics] scope caching not adjusted for mul...

2016-10-24 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2650 Hello. I pushed new 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 does not have this feature enabled and

[GitHub] flink issue #2650: [FLINK-4563] [metrics] scope caching not adjusted for mul...

2016-10-21 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2650 Thanks for you review, zentol! >oh, I'm afraid i misunderstood the code you posted in the JIRA; i assumed it was to showcase the behavior from the perspective of a single reporter. In

[GitHub] flink pull request #2650: [FLINK-4563] [metrics] scope caching not adjusted ...

2016-10-17 Thread ex00
GitHub user ex00 opened a pull request: https://github.com/apache/flink/pull/2650 [FLINK-4563] [metrics] scope caching not adjusted for multiple reporters Hello. It is implementation FLINK-4563. In ``AbstractMetricGroup.java`` added characterFilter and firstReporterIndex

[GitHub] flink issue #2517: [FLINK-4564] [metrics] Delimiter should be configured per...

2016-10-05 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2517 Thanks. I pushed new 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 does not have this feature enabled and

[GitHub] flink issue #2517: [FLINK-4564] [metrics] Delimiter should be configured per...

2016-10-05 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2517 Hello, zentol. >but, i just realized that without this you would end up with concurrency issues since multiple register calls can be active at the same time...I'll have to think about th

[GitHub] flink pull request #2517: [FLINK-4564] [metrics] Delimiter should be configu...

2016-09-28 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/2517#discussion_r80927679 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricRegistry.java --- @@ -216,17 +244,20 @@ public ScopeFormats getScopeFormats

[GitHub] flink issue #2517: [FLINK-4564] [metrics] Delimiter should be configured per...

2016-09-26 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2517 zentol, thanks! I am pushed edited implementation again. --- 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 #2517: [FLINK-4564] [metrics] Delimiter should be configu...

2016-09-26 Thread ex00
Github user ex00 commented on a diff in the pull request: https://github.com/apache/flink/pull/2517#discussion_r80499420 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricRegistry.java --- @@ -219,9 +249,16 @@ public ScopeFormats getScopeFormats

[GitHub] flink issue #2517: [FLINK-4564] [metrics] Delimiter should be configured per...

2016-09-26 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2517 zentol, thanks for you review. I am pushed edited implementation. --- 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 issue #2517: [FLINK-4564] [metrics] Delimiter should be configured per...

2016-09-23 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2517 zentol, thanks for you comment. I am pushed new version implementation, please check it. Is correct idea? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flink issue #2517: [FLINK-4564] [metrics] Delimiter should be configured per...

2016-09-22 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2517 Could you explain me how must look API for getting metric identifier? Now I think about this: ```java @Test public void testConfigurableDelimiterForReporter

[GitHub] flink pull request #2517: [FLINK-4564] [metrics] Delimiter should be configu...

2016-09-21 Thread ex00
GitHub user ex00 reopened a pull request: https://github.com/apache/flink/pull/2517 [FLINK-4564] [metrics] Delimiter should be configured per reporter Hi It is my fix FLINK-4564. I want fix this issue, please send me your comments about this implementation. I could assign

[GitHub] flink pull request #2517: [FLINK-4564] [metrics] Delimiter should be configu...

2016-09-21 Thread ex00
Github user ex00 closed the pull request at: https://github.com/apache/flink/pull/2517 --- 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

[GitHub] flink issue #2517: [FLINK-4564] [metrics] Delimiter should be configured per...

2016-09-21 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2517 Not all clear. How should look like `MetricGroup#getMetricIdentifier()`call in this case? If we use single reporter for other reporters and know their indexes, we must know name or index where

[GitHub] flink issue #2517: [FLINK-4564] [metrics] Delimiter should be configured per...

2016-09-20 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2517 Thanks zentol! > Something i thought of was to create a "front" metric group for every reporter that is aware of this index. Do you mean new MetricGroup implementation w

[GitHub] flink pull request #2517: [FLINK-4564] [metrics] Delimiter should be configu...

2016-09-20 Thread ex00
GitHub user ex00 opened a pull request: https://github.com/apache/flink/pull/2517 [FLINK-4564] [metrics] Delimiter should be configured per reporter Hi It is my fix FLINK-4564. I want fix this issue, please send me your comments about this implementation. I could assign to

[GitHub] flink pull request #2516: [FLINK-4564] [metrics] Delimiter should be configu...

2016-09-20 Thread ex00
Github user ex00 closed the pull request at: https://github.com/apache/flink/pull/2516 --- 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

[GitHub] flink issue #2516: [FLINK-4564] [metrics] Delimiter should be configured per...

2016-09-20 Thread ex00
Github user ex00 commented on the issue: https://github.com/apache/flink/pull/2516 Sorry. I made a mistake. In comment for commit I writed error of issue number. This PR for issue FLINK-4564 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] flink pull request #2516: [FLINK-4563] [metrics] Delimiter should be configu...

2016-09-20 Thread ex00
GitHub user ex00 opened a pull request: https://github.com/apache/flink/pull/2516 [FLINK-4563] [metrics] Delimiter should be configured per reporter Hi It is my fix FLINK-4563. I want fix this issue, please send me your comments about this implementation. I could assign to