Skip to content

Commit

Permalink
Update readme push down filter options (GoogleCloudDataproc#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
isha97 authored Jan 4, 2024
1 parent db923e3 commit 919c3c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,6 @@ word-break:break-word
<td><code>readDataFormat</code>
</td>
<td>Data Format for reading from BigQuery. Options : <code>ARROW</code>, <code>AVRO</code>
Unsupported Arrow filters are not pushed down and results are filtered later by Spark.
(Currently Arrow does not suport disjunction across columns).
<br/>(Optional. Defaults to <code>ARROW</code>)
</td>
<td>Read</td>
Expand All @@ -483,8 +481,10 @@ word-break:break-word
</td>
<td>If set to <code>true</code>, the connector pushes all the filters Spark can delegate
to BigQuery Storage API. This reduces amount of data that needs to be sent from
BigQuery Storage API servers to Spark clients.
BigQuery Storage API servers to Spark clients. This option has been
deprecated and will be removed in a future version.
<br/>(Optional, defaults to <code>true</code>)
<br/><strong>(Deprecated)</strong>
</td>
<td>Read</td>
</tr>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,6 @@ word-break:break-word
<td><code>readDataFormat</code>
</td>
<td>Data Format for reading from BigQuery. Options : <code>ARROW</code>, <code>AVRO</code>
Unsupported Arrow filters are not pushed down and results are filtered later by Spark.
(Currently Arrow does not suport disjunction across columns).
<br/>(Optional. Defaults to <code>ARROW</code>)
</td>
<td>Read</td>
Expand All @@ -477,8 +475,10 @@ word-break:break-word
</td>
<td>If set to <code>true</code>, the connector pushes all the filters Spark can delegate
to BigQuery Storage API. This reduces amount of data that needs to be sent from
BigQuery Storage API servers to Spark clients.
BigQuery Storage API servers to Spark clients. This option has been
deprecated and will be removed in a future version.
<br/>(Optional, defaults to <code>true</code>)
<br/><strong>(Deprecated)</strong>
</td>
<td>Read</td>
</tr>
Expand Down

0 comments on commit 919c3c7

Please sign in to comment.