Amar3tto commented on pull request #14856: URL: https://github.com/apache/beam/pull/14856#issuecomment-855826778
@aromanenko-dev, Thanks for your review! I would like to clarify a few things. First of all, I didn't find a way to write records by batches and get the returning result. According to the Javadoc of `executeBatch()`, it should not support `getResultSet()` / `getMoreResults()` API. Multiple `execute()` should be used instead. That's why I didn't deprecate the old `withResults()` method. Maybe you have any ideas on how to do this without affecting the performance? -- 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]
