Skip to content

Commit 68a21dd

Browse files
committed
Update
1 parent 9e88610 commit 68a21dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/data-factory/connector-cassandra.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ For a list of data stores that are supported as sources/sinks, see the [Supporte
3030

3131
Specifically, this Cassandra connector supports:
3232

33-
- Cassandra **versions 2.x and 3.x**.
33+
- Cassandra **versions 3.x.x and 4.x.x** for version 2.0.
34+
- Cassandra **versions 2.x and 3.x** for version 1.0.
3435
- Copying data using **Basic** or **Anonymous** authentication.
3536

3637
>[!NOTE]
@@ -255,7 +256,7 @@ When copying data from Cassandra, the following mappings are used from Cassandra
255256
| VARINT |Decimal |Decimal |
256257

257258
> [!NOTE]
258-
> For collection types (map, set, list, etc.), refer to [Work with Cassandra collection types using virtual table](#work-with-collections-using-virtual-table) section.
259+
> For collection types (map, set, list, etc.) under version 1.0, refer to [Work with Cassandra collection types using virtual table](#work-with-collections-using-virtual-table) section.
259260
>
260261
> User-defined types are not supported.
261262
>
@@ -334,6 +335,7 @@ The Cassandra connector version 2.0 offers new functionalities and is compatible
334335
| version 2.0 | version 1.0 |
335336
| --- | --- |
336337
| Support CQL query. | Support SQL-92 query or CQL query. |
338+
| Support selecting `keyspace` from the drop-down list in Cassandra dataset. | Not supported for selecting `keyspace` in Cassandra dataset. |
337339
| 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 |
338340

339341
## Upgrade the Cassandra connector

0 commit comments

Comments
 (0)