EgbertW commented on code in PR #37166:
URL: https://github.com/apache/beam/pull/37166#discussion_r2648566904


##########
sdks/java/io/elasticsearch-tests/elasticsearch-tests-common/src/main/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIOTestUtils.java:
##########
@@ -546,6 +551,7 @@ public Integer apply(Document document) {
       new SimpleFunction<Document, String>() {
         @Override
         public String apply(Document document) {
+          System.err.println("INPUT DOC: " + document.getResponseItemJson());

Review Comment:
   🤦 



-- 
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]

Reply via email to