emran396 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Different feature with web interface? #768

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client (e.g. 1.5.0-beta)?

Version: v1beta1-rev4-1.8.0-beta

Java environment (e.g. Java 6, Android 2.3, App Engine)?

java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.5) (amazon-53.1.11.5.47.amzn1-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)

Describe the problem.

Yesterday, we detected one wired error by using java client and the job id is 
job_9e9e85d3cd6b4e0a9a6fffe160e8911a.

The following is the information of this job, we got from BQ by using 
Command-line Tool.

bq show -j job_9e9e85d3cd6b4e0a9a6fffe160e8911a

  Job Type    State      Start Time      Duration   Bytes Processed  
 ---------- --------- ----------------- ---------- ----------------- 
  load       FAILURE   09 Apr 15:58:04   0:18:00                     

Errors encountered during job execution. Too many errors encountered. Limit is: 
0.
Failure details:
 - Bad character (ASCII 0) encountered. Rest of file not processed.

But while we load the same raw data file(CSV) into the bigquery via web 
interface. We got the following information, it's imported successfully, no any 
error.

Job ID: job_b5155a56086a41efa137b0be0f2f5b9d
Start Time: 2:05pm, 10 Apr 2013
End Time: 2:06pm, 10 Apr 2013
Destination Table: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Source URI: uploaded file
Source Format: CSV
Delimiter:
Schema:....

How would you expect it to be fixed?

It doesn't make any sense, load into bigquery via web interface or java api 
,has difference output.
They should have same output or log for one specific job.

Original issue reported on code.google.com by ban...@ciandt.com on 11 Apr 2013 at 4:03