Skip to content

Commit

Permalink
Fix documentation for intermediateFormat property (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
isha97 committed Oct 24, 2023
1 parent cbcd5ae commit caf950e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,7 @@ word-break:break-word
<td>The format of the data before it is loaded to BigQuery, values can be
either "parquet","orc" or "avro". In order to use the Avro format, the
spark-avro package must be added in runtime.
<br/>(Optional. Defaults to <code>parquet</code>). On write only.
<br/><i>Supported only by the `spark-bigquery-with-dependencies_2.XX` connectors and just for the `INDIRECT` write method. The `spark-X.Y-bigquery` connectors use only AVRO as an intermediate format.</i>
<br/>(Optional. Defaults to <code>parquet</code>). On write only. Supported only for the `INDIRECT` write method.
</td>
<td>Write</td>
</tr>
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,7 @@ word-break:break-word
<td>The format of the data before it is loaded to BigQuery, values can be
either "parquet","orc" or "avro". In order to use the Avro format, the
spark-avro package must be added in runtime.
<br/>(Optional. Defaults to <code>parquet</code>). On write only.
<br/><i>Supported only by the `spark-bigquery-with-dependencies_2.XX` connectors and just for the `INDIRECT` write method. The `spark-X.Y-bigquery` connectors use only AVRO as an intermediate format.</i>
<br/>(Optional. Defaults to <code>parquet</code>). On write only. Supported only for the `INDIRECT` write method.
</td>
<td>Write</td>
</tr>
Expand Down

0 comments on commit caf950e

Please sign in to comment.