Baha Aiman

Results 70 comments of Baha Aiman

apidiff fails since UpdateTableConf is an exported struct and it is being removed. You can leave the struct declaration as is but remove its fields since they all are unexported....

Looking into kokoro failure

Reducing the priority of flaky tests to P2

Test passes in latest build

Do not merge until release freeze ends in mid April

> Do we need runAggregationQuery examples as well? Added

This is on my radar. Will review it soon.

LGTM but would be great to have a review from @mutianf or @igorbernstein2 as well

I created the following: cities collection -> PUN document -> sub-cities collection -> sub-city-doc-1 document Then, I ran below code: ``` docRef := client.Collection("cities").Doc("PUN") _, err = docRef.Delete(ctx) if err...