Baha Aiman

Results 148 comments of Baha Aiman

Issue with test and not with library. reducing priority

Error from build log: ``` === RUN TestIntegration_AutomatedBackups --- FAIL: TestIntegration_AutomatedBackups (34.15s) panic: interface conversion: optional.Duration is nil, not time.Duration [recovered] panic: interface conversion: optional.Duration is nil, not time.Duration goroutine...

Error was at this line : https://github.com/googleapis/google-cloud-go/blob/78c53a344c51d76fbb95da6c2f13d36715f558fa/bigtable/integration_test.go#L1823 tableAbp.RetentionPeriod was being cast to time.Duration without first checking nil value. This has already been fixed in https://github.com/googleapis/google-cloud-go/commit/9393cdf786ee4655f2e968824f207a92eeb575bb

On which version of Datastore client library are you facing this issue?

I'm unable to reproduce this issue. This is what I have tried: ```Go type User struct { name string height int age int } func main() { ctx := context.Background()...

Closing this issue as there has been no response from the reporter. Please re-open if issue is seen again

Not to be merged until @gkevinzheng's review

This has been already added in https://github.com/googleapis/google-cloud-go/pull/10520 Please reopen if something more needs to be added