Ryan Shao

Results 3 issues of Ryan Shao

https://github.com/aliyun/aliyun-tablestore-go-sdk/blob/984e92d5fc989547da59c033723cb45ce01730fd/tablestore/plain_buffer.go#L308 这里面的读,对与int/double等类型,没有读/跳过 len字段. 我查这个repo中,对于ColumnValue写,也奇怪的多写len+type+value的值,和读根本不对应.. 不知道是以code中这种非对称的写法是对的,还是按照plainbuffer的规范定义操作是对的.唉.

https://github.com/aliyun/aliyun-tablestore-go-sdk/blob/984e92d5fc989547da59c033723cb45ce01730fd/tablestore/plain_buffer.go#L151 写入cellname的时候,按规范应该要写入类型string.这里没有写入,难道服务端做了同样的忽略?不然应该读不到正确的cellname啊

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