Skip to content

Commit 2e01970

Browse files
committed
Fix
1 parent 1ba57b2 commit 2e01970

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

articles/data-factory/connector-cassandra.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -239,19 +239,14 @@ When copying data from Cassandra, the following mappings are used from Cassandra
239239
| BIGINT |Int64 |Int64 |
240240
| BLOB |Byte[] |Byte[] |
241241
| BOOLEAN |Boolean |Boolean |
242-
| COUNTER | Int64 | Not supported. |
243-
| DATE | IDate | Not supported. |
244242
| DECIMAL |Decimal |Decimal |
245243
| DOUBLE |Double |Double |
246-
| DURATION | Int64 | Not supported. |
247244
| FLOAT |Single |Single |
248245
| INET |String |String |
249246
| INT |Int32 |Int32 |
250-
| SMALLINT | Short | Not supported. |
251247
| TEXT |String |String |
252248
| TIMESTAMP |DateTime |DateTime |
253249
| TIMEUUID |Guid |Guid |
254-
| TINYINT | SByte | Not supported. |
255250
| UUID |Guid |Guid |
256251
| VARCHAR |String |String |
257252
| VARINT |Decimal |Decimal |
@@ -264,7 +259,7 @@ When copying data from Cassandra, the following mappings are used from Cassandra
264259
> The length of Binary Column and String Column lengths cannot be greater than 4000.
265260
>
266261
267-
## Work with collections using virtual table
262+
## Work with collections using virtual table when using version 1.0
268263

269264
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:
270265

@@ -336,8 +331,8 @@ The Cassandra connector version 2.0 offers new functionalities and is compatible
336331
| version 2.0 | version 1.0 |
337332
| --- | --- |
338333
| 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. |
341336

342337
## Upgrade the Cassandra connector
343338

0 commit comments

Comments
 (0)