-
Notifications
You must be signed in to change notification settings - Fork 28.8k
[SPARK-44223][CORE] Remove LevelDB support #51027
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
base: master
Are you sure you want to change the base?
Conversation
also cc @mridulm |
To @Hisoka-X, perhaps we achieved a limited agreement in the previous pr, but I suggest that it would be better to initiate another relevant discussion on the dev mail list to reach a broader consensus. |
I sent a discussion in dev mail list. https://lists.apache.org/thread/tvf0msobcg1s3v9x14xtbpb7dgvk3zzj |
@HeartSaVioR has raised a valid concern - what is the path to migration for existing users from leveldb to rocksdb ? |
We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. |
What changes were proposed in this pull request?
This PR remove LevelDB support
Why are the changes needed?
The leveldb project seems to be no longer maintained, and we can always replace it with rocksdb.
Does this PR introduce any user-facing change?
Yes, the LevelDB will not supported in 4.1.0
How was this patch tested?
exist test.
Was this patch authored or co-authored using generative AI tooling?
No