You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-presto.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: jianleishen
6
6
ms.subservice: data-movement
7
7
ms.custom: synapse
8
8
ms.topic: conceptual
9
-
ms.date: 06/06/2025
9
+
ms.date: 06/13/2025
10
10
ms.author: jianleishen
11
11
---
12
12
# Copy data from Presto using Azure Data Factory or Synapse Analytics
@@ -247,7 +247,7 @@ When you copy data from Presto, the following mappings apply from Presto's data
247
247
| DATE | Date | Datetime |
248
248
| DECIMAL (Precision < 28) | Decimal | Decimal |
249
249
| DECIMAL (Precision >= 28) | Decimal | String |
250
-
| DOUBLE | Double |Decimal|
250
+
| DOUBLE | Double |Double|
251
251
| INTEGER | Int32 | Int32 |
252
252
| INTERVAL_DAY_TO_SECOND | TimeSpan | Not supported. |
253
253
| INTERVAL_YEAR_TO_MONTH | String | Not supported. |
@@ -288,7 +288,7 @@ The Presto connector version 2.0 offers new functionalities and is compatible wi
288
288
| The default value of `port` is 8443. | The default value of `port` is 8080. |
289
289
| 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. |
290
290
| The default value of `timeZoneID` is the Presto system time zone. | The default value of `timeZoneID` is the Azure Data Factory time zone. |
291
-
| 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 listed left are not supported by version 1.0. |
291
+
| The following mappings are used from Presto data types to interim service data type.<br><br>DATE -> Date <br>DECIMAL (Precision >= 28) -> Decimal <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>TIME -> TimeSpan<br>TINYINT -> Int16<br> Other mappings supported by version 2.0 listed left are not supported by version 1.0. |
292
292
293
293
## Related content
294
294
For a list of data stores supported as sources and sinks by the copy activity, see [supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).
0 commit comments