-
Notifications
You must be signed in to change notification settings - Fork 500
[SYSTEMDS-3907] Tee OOC operator #2315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* remove commented code * add java doc
Hi @mboehm7 , could you please check this once. thanks. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2315 +/- ##
=======================================
Coverage ? 72.28%
Complexity ? 46695
=======================================
Files ? 1500
Lines ? 177041
Branches ? 34790
=======================================
Hits ? 127976
Misses ? 39413
Partials ? 9652 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thanks for the great patch @j143 - overall, this looks very solid. I would recommend to move the TeeOp into the existing DataOp though, and split the OOC transpose into a separate PR (which we can test and merge separately). |
Hi! I tried to rewrite and add tee operator in the graph. The Tee and Transpose tests are working.
Transpose OOC is also implemented (working).
Plan
Diagram: