BigQuery select error. Error: Unexpected. Please try again -



BigQuery select error. Error: Unexpected. Please try again -

when run next query error: error: unexpected. please seek again. happened when run query homecoming timestamp , column name "profile" , if seek insert result destination table.

select 'helllo' [profile], timestamp( '2014-10-22' ) date_out

i have tried alter column name "profile" else , works, need profile...

i see expected result when seek query "allowlargeresults" disabled, both in web ui , 'bq' command-line tool:

+---------+---------------------+ | profile | date_out | +---------+---------------------+ | helllo | 2014-10-22 00:00:00 | +---------+---------------------+

if "allowlargeresults" enabled, however, produces internal error. bug in bigquery, , i've filed against team. possible work around issue disabling allowlargeresults?

google-bigquery

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -