Skip to content

Commit

Permalink
README clarification on preferredMinParallelism default behavior (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopherkane authored Jul 12, 2023
1 parent 5b25baa commit b86ece2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ The API Supports a number of options to configure the read
may be less if BigQuery deems the data small enough. If there are not
enough executors to schedule a reader per partition, some partitions may
be empty.
<br/>(Optional. Defaults to 3 times the application's default parallelism)</a>.)
<br/>(Optional. Defaults to the smallest of 3 times the application's default parallelism
and maxParallelism</a>.)
</td>
<td>Read</td>
</tr>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ The API Supports a number of options to configure the read
may be less if BigQuery deems the data small enough. If there are not
enough executors to schedule a reader per partition, some partitions may
be empty.
<br/>(Optional. Defaults to 3 times the application's default parallelism)</a>.)
<br/>(Optional. Defaults to the smallest of 3 times the application's default parallelism
and maxParallelism</a>.)
</td>
<td>Read</td>
</tr>
Expand Down

0 comments on commit b86ece2

Please sign in to comment.