You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/17 12:56:08 UTC

[GitHub] [flink] ChengkaiYang2022 commented on a diff in pull request #19498: [FLINK-26588][docs]Translate the new CAST documentation to Chinese

ChengkaiYang2022 commented on code in PR #19498:
URL: https://github.com/apache/flink/pull/19498#discussion_r851752063


##########
docs/content.zh/docs/dev/table/types.md:
##########
@@ -191,6 +155,36 @@ For the Python Table API, those types are available in `pyflink.table.types.Data
 {{< /tab >}}
 {{< /tabs >}}
 
+The default planner supports the following set of SQL types:
+
+| Data Type        | Remarks for Data Type                              |
+|:-----------------|:---------------------------------------------------|
+| `CHAR`           |                                                    |
+| `VARCHAR`        |                                                    |
+| `STRING`         |                                                    |
+| `BOOLEAN`        |                                                    |
+| `BINARY`         |                                                    |
+| `VARBINARY`      |                                                    |
+| `BYTES`          |                                                    |
+| `DECIMAL`        | Supports fixed precision and scale.                |
+| `TINYINT`        |                                                    |
+| `SMALLINT`       |                                                    |
+| `INTEGER`        |                                                    |
+| `BIGINT`         |                                                    |
+| `FLOAT`          |                                                    |

Review Comment:
   Adjust some lines in the docs/content.zh/docs/dev/table/types.md to ensure that this page is consistent with the English version. Please see [here](https://github.com/apache/flink/pull/18813/commits/da1c918a08dfcb50e27ffa0b54b36c4e711b460d)



-- 
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-unsubscribe@flink.apache.org

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