MOBIN-F commented on code in PR #3791:
URL: https://github.com/apache/flink-cdc/pull/3791#discussion_r1980832960


##########
docs/content/docs/connectors/pipeline-connectors/kafka.md:
##########
@@ -202,79 +266,100 @@ An output example is:
 
 Data Type Mapping
 ----------------
+[Literal 
type](https://debezium.io/documentation/reference/3.1/connectors/mysql.html#mysql-data-types):
 defines the physical storage format of data (type field of the debezium 
schema)<br>
+[Semantic 
type](https://debezium.io/documentation/reference/3.1/connectors/mysql.html#mysql-data-types):
 defines the logical meaning of data (name field of the debezium schema).
 <div class="wy-table-responsive">
 <table class="colwidths-auto docutils">
     <thead>
       <tr>
         <th class="text-left">CDC type</th>
         <th class="text-left">JSON type</th>
+        <th class="text-left">Literal type</th>
+        <th class="text-left">Semantic type</th>

Review Comment:
   Do we need to add Literal/Semantic  type to the documentation? It seems like 
users won't care about it? @lvyanquan 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to