mwish

Results 61 issues of mwish

When I'm reading the code, I found there is a TODO for multi-path support in `JSON.GET`. However, I found that it has already been supported. So I remove the TODO.

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Support BloomFilter migration in kvrocks BF. ### Solution Support BloomFilter migration...

enhancement

RedisJson supports a JsonPath for legacy client [1]. This patch only support the basic JsonPath "." Note: this patch doesn't means fully compatible with Json legacy path, it just try...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation From the https://github.com/RedisJSON/RedisJSON/blob/master/docs/commands/json.set.md We only support `JSON.SET` without `NX` and `XX`....

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Currently we intent to support RedisBloom. We separate the task into...

enhancement

Please note that for legal reasons we require you to sign the [Contributor Agreement](https://www.arangodb.com/documents/cla.pdf) before we can accept your pull requests. Code changes and contributions in the VelocyPack library should...

### Rationale for this change This is part of https://github.com/apache/arrow/issues/38560#issuecomment-1966666606 . It tried to Rewrite SSE4_2 using xsimd. ### What changes are included in this PR? Rewrite SSE4_2 using xsimd....

Component: Parquet
Component: C++
awaiting change review

### Rationale for this change This patch reuses the same buffer in `CompressedInputStream`. It includes the `decompress_` and `compress_` buffer ### What changes are included in this PR? 1. For...

Component: C++
awaiting committer review

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Currently, kvrocks has multiple Column Families, and some configs are written...

enhancement