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
@@ -242,8 +242,8 @@ When you copy data from Presto, the following mappings apply from Presto's data
242
242
| BOOLEAN | Boolean | Boolean |
243
243
| CHAR | String | String |
244
244
| DATE | Date | Datetime |
245
-
| DECIMAL (Precision < 28) |BigDecimal| Decimal |
246
-
| DECIMAL (Precision >= 28) |BigDecimal| String |
245
+
| DECIMAL (Precision < 28) |Decimal| Decimal |
246
+
| DECIMAL (Precision >= 28) |Decimal| String |
247
247
| DOUBLE | Double | Decimal |
248
248
| INTEGER | Int32 | Int32 |
249
249
| INTERVAL_DAY_TO_SECOND | TimeSpan | Not supported. |
@@ -281,7 +281,7 @@ The Presto connector version 2.0 (Preview) offers new functionalities and is com
281
281
282
282
| Version 2.0 (Preview) | Version 1.0 |
283
283
| :----------- | :------- |
284
-
| The following mappings are used from Presto data types to interim service data type.<br><br>DATE -> Date <br>DECIMAL (Precision < 28) -> BigDecimal <br>DECIMAL (Precision >= 28) -> BigDecimal <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) -> Decimal <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. |
284
+
| 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. |
285
285
286
286
## Related content
287
287
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