Skip to content

Commit

Permalink
fix: update comment about flushrows API (#5233)
Browse files Browse the repository at this point in the history
The API is GAed and ready for use.
  • Loading branch information
yirutang authored Mar 28, 2022
1 parent 4fb9aec commit aee00a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bigquery/storage/managedwriter/managed_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ var (

// BufferedStream is a form of checkpointed stream, that allows
// you to advance the offset of visible rows via Flush operations.
//
// NOTE: Buffered Streams are currently in limited preview, and as such
// methods like FlushRows() may yield errors for non-enrolled projects.
BufferedStream StreamType = "BUFFERED"

// PendingStream is a stream in which no data is made visible to
Expand Down

0 comments on commit aee00a1

Please sign in to comment.