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-cassandra.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,19 +239,14 @@ When copying data from Cassandra, the following mappings are used from Cassandra
239
239
| BIGINT |Int64 |Int64 |
240
240
| BLOB |Byte[]|Byte[]|
241
241
| BOOLEAN |Boolean |Boolean |
242
-
| COUNTER | Int64 | Not supported. |
243
-
| DATE | IDate | Not supported. |
244
242
| DECIMAL |Decimal |Decimal |
245
243
| DOUBLE |Double |Double |
246
-
| DURATION | Int64 | Not supported. |
247
244
| FLOAT |Single |Single |
248
245
| INET |String |String |
249
246
| INT |Int32 |Int32 |
250
-
| SMALLINT | Short | Not supported. |
251
247
| TEXT |String |String |
252
248
| TIMESTAMP |DateTime |DateTime |
253
249
| TIMEUUID |Guid |Guid |
254
-
| TINYINT | SByte | Not supported. |
255
250
| UUID |Guid |Guid |
256
251
| VARCHAR |String |String |
257
252
| VARINT |Decimal |Decimal |
@@ -264,7 +259,7 @@ When copying data from Cassandra, the following mappings are used from Cassandra
264
259
> The length of Binary Column and String Column lengths cannot be greater than 4000.
265
260
>
266
261
267
-
## Work with collections using virtual table
262
+
## Work with collections using virtual table when using version 1.0
268
263
269
264
The service uses a built-in ODBC driver to connect to and copy data from your Cassandra database. For collection types including map, set and list, the driver renormalizes the data into corresponding virtual tables. Specifically, if a table contains any collection columns, the driver generates the following virtual tables:
270
265
@@ -336,8 +331,8 @@ The Cassandra connector version 2.0 offers new functionalities and is compatible
336
331
| version 2.0 | version 1.0 |
337
332
| --- | --- |
338
333
| Support CQL query. | Support SQL-92 query or CQL query. |
339
-
| Support selecting `keyspace` from the drop-down list in Cassandra dataset. |Not supported for selecting `keyspace` in Cassandra dataset. |
340
-
|Support the following new data type mappings. <br><br> DATE -> IDate <br> SMALLINT -> Short <br> TINYINT -> SByte <br> COUNTER -> Int64 <br> DURATION -> Int64 | The following new data type mappings are not supported. <br><br> DATE <br> SMALLINT <br> TINYINT <br> COUNTER <br> DURATION|
334
+
| Support selecting `keyspace` from the drop-down list in Cassandra dataset. |Support editing `keyspace` when you select enter manually table name in Cassandra dataset. |
335
+
|There is no virtual tables for collection types. | For collection types (map, set, list, etc.), refer to [Work with Cassandra collection types using virtual table when using version 1.0](#work-with-collections-using-virtual-table-when-using-version-10) section.|
0 commit comments