argasi / google-bigquery

Automatically exported from code.google.com/p/google-bigquery
0 stars 0 forks source link

JOIN EACH not returning result #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I have detail issue on Stackoverflow

http://stackoverflow.com/questions/16571635/join-each-not-returning-result

Let me know if I am doing anything wrong.

Thanks,

Original issue reported on code.google.com by Vis...@sweetlabs.com on 31 May 2013 at 5:50

GoogleCodeExporter commented 9 years ago
From the StackOverflow link, it sounds like the problem is that in the web UI, 
the query completes, but the results are not displayed. The problem occurs only 
for a specific query (and it sounds like the query has an error).

What browser version and OS are you using? Does the same problem occur in other 
browsers? Can you check the JavaScript console in your browser to see if there 
are any errors?

Original comment by jcon...@google.com on 31 May 2013 at 4:45

GoogleCodeExporter commented 9 years ago
Looks like the Query is not completing, I think it is timing out. I have used 
command line tool (bq) and it also does not return any result.

OS: Mac OS X
Browser: Firefox

Here is screen shot of the JS console
http://d.pr/i/mk58

Original comment by Vis...@sweetlabs.com on 3 Jun 2013 at 4:40

GoogleCodeExporter commented 9 years ago
Can you run the command line tool with --apilog=log.txt and email log.txt to 
me? That info would be extremely helpful in diagnosing the problem.

Original comment by jcon...@google.com on 3 Jun 2013 at 4:47

GoogleCodeExporter commented 9 years ago
Information sent!

Original comment by Vis...@sweetlabs.com on 6 Jun 2013 at 4:13

GoogleCodeExporter commented 9 years ago
It turns out that our web UI was not correctly polling for job status for 
long-running jobs in Firefox. We've fixed the bug, and it should roll out next 
week.

Original comment by jcon...@google.com on 11 Jun 2013 at 5:08