[GitHub] [flink] javacaoyu commented on pull request #19126: [FLINK-26609][python] Support sum operation in KeyedStream

2022-03-22 Thread GitBox
javacaoyu commented on pull request #19126: URL: https://github.com/apache/flink/pull/19126#issuecomment-1075892181 Hi @dianfu I have completed the modifications for this batch and test passed by pytest flake8 etc. The main modifications are: 1. Modify syntax errors in

[GitHub] [flink] javacaoyu commented on pull request #19126: [FLINK-26609][python] Support sum operation in KeyedStream

2022-03-18 Thread GitBox
javacaoyu commented on pull request #19126: URL: https://github.com/apache/flink/pull/19126#issuecomment-1072148169 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [flink] javacaoyu commented on pull request #19126: [FLINK-26609][python] Support sum operation in KeyedStream

2022-03-18 Thread GitBox
javacaoyu commented on pull request #19126: URL: https://github.com/apache/flink/pull/19126#issuecomment-1072352795 Hi @dianfu I have already finished that problem you raised. Wait you have time to check it and give it suggests. - And the

[GitHub] [flink] javacaoyu commented on pull request #19126: [FLINK-26609][python] Support sum operation in KeyedStream

2022-03-18 Thread GitBox
javacaoyu commented on pull request #19126: URL: https://github.com/apache/flink/pull/19126#issuecomment-1072148169 @dianfu Thanks for you guidance. I will fix these issues that you raised. By the way, I'm interested about implement other methods like min/min_by/max/max_by etc.