Skip to content

Commit c5cfbd7

Browse files
committed
Update Presto difference section
1 parent f58bdb2 commit c5cfbd7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/data-factory/connector-presto.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.subservice: data-movement
77
ms.custom: synapse
88
ms.topic: conceptual
9-
ms.date: 03/25/2023
9+
ms.date: 04/02/2025
1010
ms.author: jianleishen
1111
---
1212
# Copy data from Presto using Azure Data Factory or Synapse Analytics
@@ -281,6 +281,10 @@ The Presto connector version 2.0 (Preview) offers new functionalities and is com
281281

282282
| Version 2.0 (Preview) | Version 1.0 |
283283
| :----------- | :------- |
284+
| `serverVersion` is not supported. | Support `serverVersion`. |
285+
| The default value of `port` is 8443. | The default value of `port` is 8080. |
286+
| The default value of `enableSSL` is true.<br><br> Support `enableServerCertificateValidation`. <br><br>`trustedCertPath`, `useSystemTrustStore`, `allowHostNameCNMismatch` and `allowSelfSignedServerCert` are not supported.| The default value of `enableSSL` is false.<br><br>`enableServerCertificateValidation` is not supported. <br><br> Support `trustedCertPath`, `useSystemTrustStore`, `allowHostNameCNMismatch` and `allowSelfSignedServerCert`. |
287+
| The default value of `timeZoneID` is null. | The default value of `timeZoneID` is the system time zone. |
284288
| The following mappings are used from Presto data types to interim service data type.<br><br>DATE -> Date <br>DECIMAL (Precision >= 28) -> Decimal <br> DOUBLE -> Double <br>INTERVAL_DAY_TO_SECOND -> TimeSpan <br>INTERVAL_YEAR_TO_MONTH -> String<br>IPADDRESS -> String<br>TIME -> Time<br>TIMESTAMPWITHTIMEZONE -> Datetimeoffset<br>TINYINT -> SByte<br>UUID -> Guid| The following mappings are used from Presto data types to interim service data type.<br><br>DATE -> Datetime <br>DECIMAL (Precision >= 28) -> String <br>DOUBLE -> Decimal <br>TIME -> TimeSpan<br>TINYINT -> Int16<br> Other mappings supported by version 2.0 (Preview) listed left are not supported by version 1.0. |
285289

286290
## Related content

0 commit comments

Comments
 (0)