Skip to content

Commit b77a39d

Browse files
Merge pull request #297503 from Lucky-Wang16/0402-Update_Presto_difference
Update Presto difference section
2 parents 2fc9b90 + 8b1ace9 commit b77a39d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/data-factory/connector-presto.md

Lines changed: 7 additions & 3 deletions
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
@@ -83,7 +83,7 @@ The Presto linked service supports the following properties when apply version 2
8383
| password | The password corresponding to the user name. Mark this field as a SecureString to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). | No |
8484
| enableSsl | Specifies whether the connections to the server are encrypted using TLS. The default value is true. | No |
8585
| enableServerCertificateValidation | Specify whether to enable server SSL certificate validation when you connect. <br>Always use System Trust Store. The default value is true. | No |
86-
| timeZoneID | The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value is null. | No |
86+
| timeZoneID | The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value is the Presto system time zone. | No |
8787

8888
**Example:**
8989

@@ -130,7 +130,7 @@ The Presto linked service supports the following properties when apply version 1
130130
| useSystemTrustStore | Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. | No |
131131
| allowHostNameCNMismatch | Specifies whether to require a CA-issued TLS/SSL certificate name to match the host name of the server when connecting over TLS. The default value is false. | No |
132132
| allowSelfSignedServerCert | Specifies whether to allow self-signed certificates from the server. The default value is false. | No |
133-
| timeZoneID | The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value is the system time zone. | No |
133+
| timeZoneID | The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value is the Azure Data Factory time zone. | No |
134134

135135
**Example:**
136136

@@ -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. | `serverVersion` is supported. |
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> `enableServerCertificateValidation` is supported. <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> `trustedCertPath`, `useSystemTrustStore`, `allowHostNameCNMismatch` and `allowSelfSignedServerCert` is supported. |
287+
| The default value of `timeZoneID` is the Presto system time zone. | The default value of `timeZoneID` is the Azure Data Factory 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)