mwish
mwish
Gentle ping @pitrou
> Isn't this approach wasteful? If you have lots of strings
> Is it a win, though? If most Parquet strings are
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