sijocherian / google-bigquery

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

TableDataInsertAllRequest.setInsertId to take Long as parameter #225

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should be able to pass long value to setInsertId property of 
TableDataInsertAllRequest

For every row we stream, we have to cast the long value to string. It should be 
nice to have an overload of that method to accept directly integer

Original issue reported on code.google.com by bnemu...@zulily.com on 24 Feb 2015 at 6:11