We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aliyun-tablestore-go-sdk/tablestore/plain_buffer.go
Line 308 in 984e92d
这里面的读,对与int/double等类型,没有读/跳过 len字段. 我查这个repo中,对于ColumnValue写,也奇怪的多写len+type+value的值,和读根本不对应..
不知道是以code中这种非对称的写法是对的,还是按照plainbuffer的规范定义操作是对的.唉.
The text was updated successfully, but these errors were encountered:
需要以code为准,这里会省4个字节,但是引入很多分支.
Sorry, something went wrong.
No branches or pull requests
aliyun-tablestore-go-sdk/tablestore/plain_buffer.go
Line 308 in 984e92d
这里面的读,对与int/double等类型,没有读/跳过 len字段. 我查这个repo中,对于ColumnValue写,也奇怪的多写len+type+value的值,和读根本不对应..
不知道是以code中这种非对称的写法是对的,还是按照plainbuffer的规范定义操作是对的.唉.
The text was updated successfully, but these errors were encountered: