Skip to content

Commit

Permalink
[FLINK-32547][docs] Add missing doc for Timestamp support in ProtoBuf…
Browse files Browse the repository at this point in the history
… format
  • Loading branch information
libenchao committed Jul 7, 2023
1 parent 6e61b93 commit 1aef1f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/docs/connectors/table/formats/protobuf.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ The following table lists the type mapping from Flink type to Protobuf type.
<td><code>enum</code></td>
<td>The enum value of protobuf can be mapped to string or number of flink row accordingly.</td>
</tr>
<tr>
<td><code>ROW&lt;seconds BIGINT, nanos INT&gt;</code></td>
<td><code>google.protobuf.timestamp</code></td>
<td>The google.protobuf.timestamp type can be mapped to seconds and fractions of seconds at nanosecond resolution in UTC epoch time using the row type as well as the protobuf definition.</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 1aef1f1

Please sign in to comment.