You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/14 03:51:16 UTC

[GitHub] [flink] Dengyu123 opened a new pull request, #19722: [connectors][aws-base] Using entrySet for map iterate

Dengyu123 opened a new pull request, #19722:
URL: https://github.com/apache/flink/pull/19722

   This pr tries to replace the "keySet" with "entrySet" for iterate over .
   
   that case which both key and value are needed  , 
   it's more efficient to iterate the entrySet


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] flinkbot commented on pull request #19722: [connectors][aws-base] Using entrySet for map iterate

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #19722:
URL: https://github.com/apache/flink/pull/19722#issuecomment-1126630673

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "8face87316f4af09594d64bfd14023f4da627414",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8face87316f4af09594d64bfd14023f4da627414",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8face87316f4af09594d64bfd14023f4da627414 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org