简体   繁体   English

bigquery.tabledata()。insertAll方法(Bigquery Java API)仅插入部分行

[英]bigquery.tabledata().insertAll method (Bigquery Java API) inserting only partial rows

I am using bigquery.tabledata().insertAll method in Java (Bigquery API) to insert data into BigQuery, but it writes only partial rows in the table and does not give any error. 我在Java(Bigquery API)中使用bigquery.tabledata()。insertAll方法将数据插入到BigQuery中,但它只在表中写入部分行,并且不会给出任何错误。 Where are rest of the rows going? 其余的行在哪里?

这意味着,如果在一个124行的循环中,我将每个人都插入它们,但是如果我将它们分批放入,那么只有大约8个进入

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM