abujehad139 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Result is different with google-api-dotnet-client lib #301

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 9 Apr 2013 at 9:07

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 13 Apr 2013 at 4:24