apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.1k stars 344 forks source link

[#5633] remove the key-value storage backend logic #5645

Open pithecuse527 opened 2 days ago

pithecuse527 commented 2 days ago

What changes were proposed in this pull request?

Remove Key-Value storage backend storage implementations

Why are the changes needed?

Fix: #5633

Does this PR introduce any user-facing change?

yes

How was this patch tested?

Remove tests for the Key-Value storage implementation code

jerryshao commented 2 days ago

Thanks @pithecuse527 for the contribution. I think the meta module is also not needed any more, and also the related codes like serde, you can remove them all.

pithecuse527 commented 2 days ago

@jerryshao

Hello, I have removed the module meta and its related implementations.