mwish
mwish
The patch LGTM. But CI still failed lol
> Most operations nowadays use WriteBatch. Is there any way to copy the operation sequence from WriteBatch to ctx.WriteBatchWithIndex? In this way, I only need to modify the last Write...
@PokIsemaine I've checked that most output uses `GetWriteBatch` with a `WriteBatchBase`, would that ok for the scenerio here?
(2) LockGuard protect the "keys" for operation. During writing, it first collects the key it tents to write, and Lock the all keys we would like to write (1) Is...
Will merge if CI success...
I'm not so familiar with cmake, maybe @PragmaTwice could help
https://github.com/apache/kvrocks/pull/1902 As mentioned here, maybe compaction-cpu-time can also be added here.
@rok @pitrou @wgtmac Hi, all, I found a bug here. When calling `flushValues`, it didn't: * clearing the `total_value_count_` * Re-advancing buffer for `kMaxPageHeaderWriterSize` I have a bug fixing, and...
Would `iter_batches()` as a workaround ok?
@pitrou Hi, I tried to add some unittest and pass the tests. Now I generate some files from https://github.com/apache/parquet-mr/blob/master/parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestDataPageV1Checksums.java , should I first commit them to `parquet-test` project, and then...