Suvrat1629 commented on PR #35949:
URL: https://github.com/apache/beam/pull/35949#issuecomment-3218329113

   @fbiville I have taken an attempt at getting started with your issue(#33041) 
would be nice if you could guide me for improving this pr further.
   
   **These are the things I need help addressing:**
   - The original `WriteUnwind` transform remains a sink (returning `PDone`), 
which is the primary blocker for the Flex template. It needs to be enhanced to 
return a `PCollection<Neo4jWriteStats>` or deprecated in favor of 
`WriteUnwindWithResults`.
   - Timestamp accuracy needs improvement (e.g., using `ValueState`) to ensure 
proper window alignment with `Wait.on` in Dataflow.


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