ray-project / deltacat

A portable Pythonic Data Catalog API powered by Ray that brings exabyte-level scalability and fast, ACID-compliant, change-data-capture to your big data workloads.
Apache License 2.0
166 stars 23 forks source link

Hotfix for memcached noreply flag + bump version #363

Closed yankevn closed 1 month ago

yankevn commented 1 month ago

Here is the relevant documentation showing noreply is correct (rather than no_reply): https://pymemcache.readthedocs.io/en/latest/apidoc/pymemcache.client.base.html#pymemcache.client.base.Client.delete_many

yankevn commented 1 month ago

The problem is that our unit tests only tested the file object store, since we couldn't use a real memcached client. Not sure if you have any ideas :/

raghumdani commented 1 month ago

The problem is that our unit tests only tested the file object store, since we couldn't use a real memcached client. Not sure if you have any ideas :/

We could test by deploying to our personal stack.