BePPPower commented on code in PR #17780: URL: https://github.com/apache/doris/pull/17780#discussion_r1135281784
########## docs/en/docs/lakehouse/multi-catalog/jdbc.md: ########## @@ -156,6 +156,27 @@ CREATE CATALOG doris_catalog PROPERTIES ( Currently, Jdbc Catalog only support to use 5.x version of JDBC jar package to connect another Doris database. If you use 8.x version of JDBC jar package, the data type of column may not be matched. +7. SAP_HANA + +<version since="1.2.4"></version> + Review Comment: use "dev" instead of "1.2.4" ########## docs/en/docs/lakehouse/multi-catalog/jdbc.md: ########## @@ -348,9 +369,34 @@ The transaction mechanism ensures the atomicity of data writing to JDBC External | STRING | STRING | | | TEXT | STRING | | |Other| UNSUPPORTED | + +### SAP_HANA + +| SAP_HANA | Doris | Comment | +|--------------|--------------------------|---------| +| BOOLEAN | BOOLEAN | | +| TINYINT | TINYINT | | +| SMALLINT | SMALLINT | | +| INTERGER | INT | | +| BIGINT | BIGINT | | +| SMALLDECIMAL | DECIMALV3 | | +| DECIMAL | DECIMAL/DECIMALV3/STRING |将根据Doris DECIMAL字段的(precision, scale)和`enable_decimal_conversion`开关选择用何种类型 | +| REAL | FLOAT | | +| DOUBLE | DOUBLE | | +| DATE | DATEV2 |Jdbc Catlog连接Doris时默认使用DATEV2类型| +| TIME | TEXT | | +| TIMESTAMP | DATETIMEV2 |Jdbc Catlog连接Doris时默认使用DATETIMEV2类型| +| SECONDDATE | DATETIMEV2 |Jdbc Catlog连接Doris时默认使用DATETIMEV2类型| +| VARCHAR | TEXT | | +| NVARCHAR | TEXT | | Review Comment: use english -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org