aliyun-tablestore-go-sdk icon indicating copy to clipboard operation
aliyun-tablestore-go-sdk copied to clipboard

函数逻辑不完整

Open shaoxp opened this issue 4 years ago • 0 comments
trafficstars

https://github.com/aliyun/aliyun-tablestore-go-sdk/blob/984e92d5fc989547da59c033723cb45ce01730fd/tablestore/plain_buffer.go#L209

我在参考这个实现rust,发现这个函数的逻辑实现不完整.

1. 根据plainbuffer的定义,https://help.aliyun.com/document_detail/50600.html?spm=a2c4g.11186623.6.828.d1c27c55Bc5la6  PK也可能不给,这里一定写出去了TAG_PK 2. 没有处理tag_delete_marker

shaoxp avatar Aug 11 '21 02:08 shaoxp