Da Zhou

Results 1 issues of Da Zhou

Given that `EnableStream = true`, now to disable stream, when calling ``` UpdateTable(&tablestore.UpdateTableRequest{ TableName: "...", StreamSpec: &tablestore.StreamSpecification{ EnableStream: false, }, }) ``` the following error is returned: ``` OTSParameterInvalid Expiration...