-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: Add IPC source node for new streaming engine #19454
feat: Add IPC source node for new streaming engine #19454
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19454 +/- ##
==========================================
- Coverage 79.86% 79.68% -0.19%
==========================================
Files 1537 1538 +1
Lines 211923 212398 +475
Branches 2446 2446
==========================================
- Hits 169249 169241 -8
- Misses 42120 42603 +483
Partials 554 554 ☔ View full report in Codecov by Sentry. |
6e9a283
to
7637a08
Compare
5571763
to
3241c9d
Compare
@coastalwhite There's a failure after 2 hours... a deadlock? |
3241c9d
to
dda2c83
Compare
} | ||
for i in 0..df.height().div_ceil(max_morsel_size) { | ||
let morsel = df.slice((i * max_morsel_size) as i64, max_morsel_size); | ||
let seq = MorselSeq::new(seq + i as u64); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should initialize a MorselSeq
at the start and use MorselSeq::successor()
to increment this (it doesn't increment by 1)
564a2e2
to
30abe9b
Compare
This reverts commit dda2c83dc5ae2e9677ad7efdaad2b42a2b2d0ec1.
30abe9b
to
8ff9766
Compare
No description provided.