zenfenan commented on pull request #11474: URL: https://github.com/apache/flink/pull/11474#issuecomment-619527349
@kl0u I am really sorry I couldn't focus on this one in the last few days. BTW, the reason why I originally had a different metadata method was because regardless of what the user calls, be it `addUserMetadata(key, value)` or `appendUserMetadata(metadataItems)`, the supplied metadata goes to a Map which is then called during the write process. Anyways, I have changed them as per your suggestion. We now have a method in `Vectorizer` and I have also updated the docs explaining the same. Can you please review it now? ---------------------------------------------------------------- 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: [email protected]
