Harshakamalur opened a new pull request, #729:
URL: https://github.com/apache/wayang/pull/729

   Fixes #678.
   
   Implements cardinality tracking in DataStreamChannel.Instance using 
AtomicLong, following the same pattern as RddChannel in the Spark platform.
   
   Changes:
   - Replaces the always-zero size field with an AtomicLong counter
   - Counter increments via a filter on the DataStream when instrumentation is 
enabled
   - Counter is read in both getMeasuredCardinality() and doDispose()
   - Mirrors the established pattern from RddChannel in wayang-spark
   
   All 25 existing Flink tests pass.


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