自 2015 年 7 月 5 日 08:00 UTC 以来,bq show 达到 return 没有总行数和总字节数
bq show cames to return no Total Rows and Total Bytes since 2015-07-05 08:00 UTC
如果 table 在 2015-07-05 08:00 UTC 之后更新(通过流式插入),bq show
没有总行数和总字节数。总计 Rows/Total 个字节现在为空。
bq show [proj]:[ds].[table]
的响应示例如下:
Last modified Schema Total Rows Total Bytes Expiration
----------------- -------------------------------- ------------ ------------- ------------
06 Jul 16:06:27 |- id: string
|- ...: string
|- ...: string
会修复吗?
The docs 说 "This property is unavailable for tables that are actively receiving streaming inserts." 不确定 2015 年 7 月 5 日会发生什么变化,除非那是流式传输在这些表上激活的时候。这符合你所看到的吗?
The issue is tracked here,如果您想要加注星标,以便在此行为发生变化时收到通知。
bq show
没有总行数和总字节数。总计 Rows/Total 个字节现在为空。
bq show [proj]:[ds].[table]
的响应示例如下:
Last modified Schema Total Rows Total Bytes Expiration
----------------- -------------------------------- ------------ ------------- ------------
06 Jul 16:06:27 |- id: string
|- ...: string
|- ...: string
会修复吗?
The docs 说 "This property is unavailable for tables that are actively receiving streaming inserts." 不确定 2015 年 7 月 5 日会发生什么变化,除非那是流式传输在这些表上激活的时候。这符合你所看到的吗?
The issue is tracked here,如果您想要加注星标,以便在此行为发生变化时收到通知。