This is an automated email from the ASF dual-hosted git repository.

libenchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 1aef1f13b99 [FLINK-32547][docs] Add missing doc for Timestamp support 
in ProtoBuf format
1aef1f13b99 is described below

commit 1aef1f13b9975f3603952d763d756e4f831a1e75
Author: Benchao Li <libenc...@gmail.com>
AuthorDate: Fri Jul 7 22:10:45 2023 +0800

    [FLINK-32547][docs] Add missing doc for Timestamp support in ProtoBuf format
---
 docs/content/docs/connectors/table/formats/protobuf.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/content/docs/connectors/table/formats/protobuf.md 
b/docs/content/docs/connectors/table/formats/protobuf.md
index 5cbafc8d911..b28cf49f9d3 100644
--- a/docs/content/docs/connectors/table/formats/protobuf.md
+++ b/docs/content/docs/connectors/table/formats/protobuf.md
@@ -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>
 

Reply via email to