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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ For a list of data stores that are supported as sources/sinks, see the [Supporte
30
30
31
31
Specifically, this Cassandra connector supports:
32
32
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.
34
35
- Copying data using **Basic** or **Anonymous** authentication.
35
36
36
37
>[!NOTE]
@@ -255,7 +256,7 @@ When copying data from Cassandra, the following mappings are used from Cassandra
255
256
| VARINT |Decimal |Decimal |
256
257
257
258
> [!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.
259
260
>
260
261
> User-defined types are not supported.
261
262
>
@@ -334,6 +335,7 @@ The Cassandra connector version 2.0 offers new functionalities and is compatible
334
335
| version 2.0 | version 1.0 |
335
336
| --- | --- |
336
337
| 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. |
337
339
| 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 |
0 commit comments