Skip to content

Commit

Permalink
Fix Cassandra documentation for supported partition types
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr authored and hashhar committed Jul 15, 2021
1 parent c01b47b commit e4ee1eb
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions docs/src/main/sphinx/connector/cassandra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,19 +235,20 @@ mapped to VARCHAR. Additionally, blobs have the limitation that they cannot be e
Types not mentioned in the table above are not supported (e.g. tuple or UDT).

Partition keys can only be of the following types:
| ASCII
| TEXT
| VARCHAR
| BIGINT
| BOOLEAN
| DOUBLE
| INET
| INT
| FLOAT
| DECIMAL
| TIMESTAMP
| UUID
| TIMEUUID

* ASCII
* TEXT
* VARCHAR
* BIGINT
* BOOLEAN
* DOUBLE
* INET
* INT
* FLOAT
* DECIMAL
* TIMESTAMP
* UUID
* TIMEUUID

Limitations
-----------
Expand Down

0 comments on commit e4ee1eb

Please sign in to comment.