As reported here: BigQuery: BigQuery: Why does Table Range Decorators return wrong result sometimes?
and here https://code.google.com/p/google-bigquery/issues/detail?id=160
The table decorators bug was allegedly fixed. However, my regular process that runs every hour, and query records that were recently added, still returns partial results.
What steps will reproduce the problem? 1. Pick a table with on going batch uploads taht have started within the past 24 hours. make sure that data is still being written to table 2. run the following query: Select * from (Select count() from [MYDATASET.MYTABLE@-]), (Select count() FROM [MYDATASET.MYTABLE])
3.Notice the different results.
My question: Should we do things differently? Is there a time window that table decorators remain incorrect?
For the BQ guys: this query shows the problem: job_kqJ_yZh674kTag4I-ibCPnAMXOw
Many thanks for any help...