What steps will reproduce the problem?
1.By using query "SELECT ID , COUNT(ID) FROM sandbox.test GROUP BY UID ORDER BY
UID"
2.Execute query.
What is the expected output? What do you see instead?
Execute the query in "https://bigquery.cloud.google.com", get the following
result.
ROW UID f0_
1 null 0
2 222 333
While execute the query by using google-api-dotnet-client lib, get the
different result.
ROW UID f0_
1 123
2 222 333
Also we try bq command which is downloaded from
here(https://code.google.com/p/google-bigquery-tools/) , the result is
following.
ROW UID f0_
1 123
2 222 333
What version of the product are you using? On what operating system?
The lastest version. Window server 2008 R2 & Window 7
We found that this only happens when the schema of UID is nullable.
Original issue reported on code.google.com by rockzh...@ciandt.com on 11 Mar 2013 at 11:32
Original issue reported on code.google.com by
rockzh...@ciandt.com
on 11 Mar 2013 at 11:32