buptljy opened a new pull request #10107: [FLINK-14608] [flink-json] Avoid using Java Streams in JsonRowDeserializationSchema URL: https://github.com/apache/flink/pull/10107 # What is the purpose of the change Replace Java Stream in JsonRowDeserializationSchema due to performance reason according to https://flink.apache.org/contributing/code-style-and-quality-java.html . ## Brief change log Replace Java Stream with Array operations. ## Verifying this change Unit Testing. ## Does this pull request potentially affect one of the following parts: ## Documentation
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services