Baha Aiman

Results 148 comments of Baha Aiman

Please try the following workarounds: 1) Delete the problematic document reference from Pantheon 2) If deletion is not an option, read the document references using collection.DocumentRefs(ctx) and then call Get...

LGTM for bigtable changes

Ignore the conformance test failures. The tests were added in failed state.

Error: ``` === RUN TestIntegration_ArbitraryTimestamps integration_test.go:3530: Running test against production integration_test.go:585: Creating column family: rpc error: code = FailedPrecondition desc = Could not modify schema of projects/dulcet-port-762/instances/gc-bt-it-instance/tables/cbt-test-1707420151204845899-07, due to concurrent...

Error from logs: ``` === RUN TestIntegration_ArbitraryTimestamps integration_test.go:3525: Running test against production integration_test.go:534: Creating column family: rpc error: code = Internal desc = Internal error encountered. integration_test.go:3570: DeleteTable got error...

Sample code demonstrating the issue: ``` // Invalid filter empty string query := datastore.NewQuery("City").Ancestor(datastore.NameKey("City", "SF", nil)).Filter(" ", 2) // it.err gets set to: datastore: invalid filter "" it := client.Run(ctx,...

Created issue: https://github.com/googleapis/google-cloud-go/issues/9787

Please create an issue for this pull request describing the problem

If and when more fields are added to `ModifyColumnFamiliesRequest`, we will have to create more methods to allow setting those. Adding SetGCPolicyWithOptions which takes an options struct (with ignorewarnings bool...

> If and when more fields are added to `ModifyColumnFamiliesRequest`, we will have to create more methods to allow setting those. Adding SetGCPolicyWithOptions which takes an options struct (with ignorewarnings...