Skip to content

Commit

Permalink
Fixing the readme file for DateTime support (GoogleCloudDataproc#1048)
Browse files Browse the repository at this point in the history
* Fixing the readme file for DateTime support

* addressing review comments
  • Loading branch information
suryasoma authored Aug 24, 2023
1 parent f55c0dc commit 0fa0688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -959,9 +959,9 @@ With the exception of `DATETIME` and `TIME` all BigQuery data types directed map
<tr valign="top">
<td><strong><code>DATETIME</code></strong>
</td>
<td><strong><code>TimestampType</code></strong>
<td><strong><code>StringType</code></strong>
</td>
<td>Spark has no DATETIME type. The value is casted as a local time in the `datetimeZoneId` time zone.
<td>Spark has no DATETIME type.
</td>
</tr>
<tr valign="top">
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -938,9 +938,9 @@ With the exception of `DATETIME` and `TIME` all BigQuery data types directed map
<tr valign="top">
<td><strong><code>DATETIME</code></strong>
</td>
<td><strong><code>TimestampType</code></strong>
<td><strong><code>StringType</code></strong>
</td>
<td>Spark has no DATETIME type. The value is casted as a local time in the `datetimeZoneId` time zone.
<td>Spark has no DATETIME type.
</td>
</tr>
<tr valign="top">
Expand Down

0 comments on commit 0fa0688

Please sign in to comment.