numaproj / numaflow-python

Numaflow Python SDK
Apache License 2.0
52 stars 18 forks source link

feat: batch-map implementation #177

Closed kohlisid closed 3 months ago

kohlisid commented 3 months ago

Fixes #1788

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 97.05882% with 6 lines in your changes missing coverage. Please review.

Project coverage is 94.82%. Comparing base (32a9d26) to head (f9d47a2).

Files Patch % Lines
pynumaflow/batchmapper/_dtypes.py 96.49% 4 Missing :warning:
pynumaflow/batchmapper/async_server.py 94.44% 1 Missing :warning:
pynumaflow/batchmapper/servicer/async_servicer.py 98.03% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #177 +/- ## ========================================== + Coverage 94.65% 94.82% +0.16% ========================================== Files 52 56 +4 Lines 2003 2184 +181 Branches 119 130 +11 ========================================== + Hits 1896 2071 +175 - Misses 78 83 +5 - Partials 29 30 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.