Skip to content

Commit 6c5f731

Browse files
committed
Update timezoneid
1 parent c5cfbd7 commit 6c5f731

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/connector-presto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 null, and its uses 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 null, and its uses the Client system time zone. | No |
134134

135135
**Example:**
136136

@@ -284,7 +284,7 @@ The Presto connector version 2.0 (Preview) offers new functionalities and is com
284284
| `serverVersion` is not supported. | Support `serverVersion`. |
285285
| The default value of `port` is 8443. | The default value of `port` is 8080. |
286286
| 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. |
287+
| The default value of `timeZoneID` is null, and its uses the Presto system time zone. | The default value of `timeZoneID` is null, and its uses the Client system timezone. |
288288
| 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. |
289289

290290
## Related content

0 commit comments

Comments
 (0)