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 comments and Exception messages. 2. Check that the value type is changed from value1 to value2. 3. Based on your suggestions, refactor the implementation of the SumReduceFunction class. 4. Support for array (list) types and basic data types (number). 5. Set the default value of 0 for the incoming parameter. 6. Merge unit test code, combining multiple test cases into one env.execute. When you have time, please check it out and give suggestions. Thanks a lot. -- 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
