You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commit 9d33cda, file src/operators/arrange/arrangement.rs, lines 647, it seems that new_capabilities only holds the lower bound of batcher.frontier().
Is it impossible for capabilities to hold a capability which is greater than any one of batcher.frontier(), and need to be held by new_capabilities? Maybe I'm not so familiar with capability.
The text was updated successfully, but these errors were encountered:
In commit 9d33cda, file
src/operators/arrange/arrangement.rs
, lines 647, it seems thatnew_capabilities
only holds the lower bound ofbatcher.frontier()
.Is it impossible for
capabilities
to hold a capability which is greater than any one ofbatcher.frontier()
, and need to be held bynew_capabilities
? Maybe I'm not so familiar with capability.The text was updated successfully, but these errors were encountered: