Closed GoogleCodeExporter closed 8 years ago
Original comment by thomasp...@google.com
on 24 Mar 2016 at 8:33
Not sure if this is related:
http://stackoverflow.com/questions/36274752/bigquery-udf-internal-error
Original comment by pli...@datalicious.com
on 29 Mar 2016 at 3:51
Re the original poster's issue, this should now be resolved. Please retry and
let me know if you run into any issues.
Pliang@ - I am looking into your query now, will reply on SO.
Original comment by thomasp...@google.com
on 29 Mar 2016 at 4:16
[deleted comment]
thomaspark@ - I tried again and am still getting the same "internal error"
message, the new job ID is realself-main:job_ck4OapaFQAoRmUMytrri9h1XGZk
Original comment by gray...@realself.com
on 29 Mar 2016 at 10:44
[deleted comment]
Got the code - it looks like the problem is that your output schema provided
two fields with the same name (local_time). I'll open a bug on our side to
detect this case and provide a more helpful error message.
There are a couple of other issues in the query; there are some non-leaf fields
in the inner select, and there are some output columns that are defined as
"integer" but are having non-integer values written to them
(worth_it_rating_of_review, reported_cost_in_review, number_of_review_updates,
photo_count, maybe others)
If I update these, I can run the query on at least 100k rows. I'll need to
size up my test tree to test more rows; this should be enough to get you
unblocked for the time being though I hope?
Original comment by thomasp...@google.com
on 29 Mar 2016 at 11:36
Original issue reported on code.google.com by
gray...@realself.com
on 24 Mar 2016 at 7:46