derrickaw commented on code in PR #35949:
URL: https://github.com/apache/beam/pull/35949#discussion_r2495924297


##########
sdks/java/io/neo4j/src/main/java/org/apache/beam/sdk/io/neo4j/Neo4jIO.java:
##########
@@ -183,6 +189,64 @@ public class Neo4jIO {
 
   private static final Logger LOG = LoggerFactory.getLogger(Neo4jIO.class);
 
+  /**
+   * Represents write statistics from a Neo4j UNWIND operation, used by 
WriteUnwindWithResults.
+   * Contains metrics such as the number of nodes created, relationships 
created, and properties
+   * set.
+   */
+  @DefaultCoder(AvroCoder.class)

Review Comment:
   Hi @reuvenlax, any thoughts on this question? Thanks



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