mwish

Results 326 comments of mwish

So can we start to review this? We can set a ratio when average length > 12 or > 20

Looks (1) would work in buffer style api, but for parquet reader, it might append buffer one by one. The (2) is a good way for compute, but here I...

> want to discuss how we can implement this feature. My idea is to count client memory within each worker (using libevent's callback to count evbuffer) to avoid locking across...

@wgtmac do we have existing test file for legacy infering?

I think it's good. Another problem is that we may need type cast between `Status` and `rocksdb::Status`. We can make a new issue here.

> Nope. They can be done by GET_OR_RET. So `GET_OR_RET` can also handle the case for pure "Status"? Besides, what about err from rocksdb?

The code LGTM, but I'm not familiar with decrypt module. So @wgtmac @pitrou for help