danielxiaoran

Results 3 comments of danielxiaoran

Server is not allowed to set false with ExpirationTime. I think it's not a good way to check it in sdk side and throw the ExpirationTime if you set false.

by the way if you have any issue about tablestore, you can join our dingding discussion group. Thanks.

if request.StreamSpec != nil { + var expirationTime *int32 + if request.StreamSpec.EnableStream { + expirationTime = &request.StreamSpec.ExpirationTime + } req.StreamSpec = &otsprotocol.StreamSpecification{ req.StreamSpec = &otsprotocol.StreamSpecification{ EnableStream: &request.StreamSpec.EnableStream, EnableStream: &request.StreamSpec.EnableStream, -...