-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
core: Add start-after
for OpList
and add into capability
#2069
Comments
start-after
for OpList
and add into capability @lexcaostart-after
for OpList
and add into capability
cc @lexcao |
We can discuss the detials in this issue |
Hi @Xuanwo , this is my first time contributing to OpenDAL, I would like to discuss the details before coding, please feel free to correct me. To support
I need help on how to
What does that mean? I just found the |
We need to add a new field called |
Thanks. So the I just found there is a way to support custom args by leveraging
This needs to extend With that, the
But this is another topic, I don't know if this is a good practice or not. |
I'm guessing you need to update the main branch. We have a new Capacity design now. |
Great, thank you! My bad. |
Closes apache#2069 This PR makes following changes: 1. added `start_after` argument for `OpList`. 2. added `list_with` method for `Operator`. 3. added `list_with_start_after` option for `Capability`.
Closes #2069 This PR makes following changes: 1. added `start_after` argument for `OpList`. 2. added `list_with` method for `Operator`. 3. added `list_with_start_after` option for `Capability`.
No description provided.
The text was updated successfully, but these errors were encountered: