Skip to content

Commit 2bda03f

Browse files
committed
Update DATE type
1 parent 94adc0c commit 2bda03f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-cassandra.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ 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-
| DATE | IDate | DateTime |
242+
| DATE | DateTime | DateTime |
243243
| DECIMAL |Decimal |Decimal |
244244
| DOUBLE |Double |Double |
245245
| FLOAT |Single |Single |
@@ -356,7 +356,7 @@ The Cassandra connector version 2.0 offers new functionalities and is compatible
356356
| Support CQL query. | Support SQL-92 query or CQL query. |
357357
| Support specifying `keyspace` and `tableName` separately in dataset. | Support editing `keyspace` when you select enter manually table name in dataset. |
358358
| No virtual tables are created for collection types. For more information, see [Work with collections when using version 2.0](#work-with-collections-when-using-version-20). | Virtual tables are created for collection types. For more information, see [Work with Cassandra collection types using virtual table when using version 1.0](#work-with-collections-using-virtual-table-when-using-version-10). |
359-
| The following mappings are used from Cassandra data types to interim service data type. <br><br> DATE -> IDate <br> SMALLINT -> Short <br> TINYINT -> SByte | The following mappings are used from Cassandra data types to interim service data type. <br><br> DATE -> DateTime <br> SMALLINT -> Int16 <br> TINYINT -> Int16 |
359+
| The following mappings are used from Cassandra data types to interim service data type. <br><br> SMALLINT -> Short <br> TINYINT -> SByte | The following mappings are used from Cassandra data types to interim service data type. <br><br> SMALLINT -> Int16 <br> TINYINT -> Int16 |
360360

361361
## Upgrade the Cassandra connector
362362

0 commit comments

Comments
 (0)