-
Notifications
You must be signed in to change notification settings - Fork 53
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
Move to minimalkv #462
base: master
Are you sure you want to change the base?
Move to minimalkv #462
Conversation
3d6f160
to
510579f
Compare
For the sake of compatibility, I'm wondering if simplekv stores are still compatible or not. and how/if we can ensure this and manage the deprecation properly |
We didn't change the API in any aspect, the move was solely a rename of the top-level namespace. Passing in an existing |
Verified locally that data-engineering-collective/minimalkv#24 fixes the documentation build issues. I'll retrigger the PR here once that has been released. |
9a0774d
to
12aee3a
Compare
12aee3a
to
59aaeb6
Compare
All tests passed except the one that is also failing on master. This is probably an issue with the latest |
Figured out the issue we see in the tests confirming that it is totally unrelated to this PR:dask/dask#7610 OK to merge? |
Thank you @xhochy for the contribution and for looking into the broken nightly test. We are discussing a possible switch to |
@stephan-hesselmann-by Any update here or any information you would need? I did contact BY before starting |
If it helps with migration efforts we could think about implementing a proxy in kartothek (yet another |
Unfortunately I don't have a definitive answer yet. The issue for us is not only Kartothek but also other Blue Yonder artifacts that currently use @xhochy if we do decide to migrate to |
They can use
Happy to give access to people who contribute (see http://theapacheway.com/merit/), I don't want to hand over control to Blue Yonder just because they use it*. What would be your benefit / intention here exactly? *You neither have full access to |
Note I gave @fjetter access to |
Whether or not BY decides to "migrate" from |
#376 implemented duck typing for the storage interface. as long as this stays, the choice for |
I agree with your points and also share some your frustrations with this situation. I will try to argue in favor of this PR but as you know I cannot guarantee success. |
Are there any updates on this? |
The original Maintainer of simplekv has agreed to add additional maintainers/hand over maintainership. I hope that once the formal changes are through, we can go back to just simplekv, this time with a bit more lively development! |
I don't think that adding maintainers to the existing Also, contrary to any mails, I have not yet received any rights over there. |
As I understood, mbr would extend/transfer ownership and not keep a special role. You would have all the rights he and the other new maintainers have. |
Description:
Since
simplekv
is unmaintained and we cannot add new maintainers, this PR moves to its successor projectminimalkv