From e4ee1eba7e762f456f9dc38627cb8d926685ec40 Mon Sep 17 00:00:00 2001 From: "yuya.ebihara" Date: Thu, 15 Jul 2021 09:29:25 +0900 Subject: [PATCH] Fix Cassandra documentation for supported partition types --- docs/src/main/sphinx/connector/cassandra.rst | 27 ++++++++++---------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/src/main/sphinx/connector/cassandra.rst b/docs/src/main/sphinx/connector/cassandra.rst index f58d73aeb095..bb1a1c43711d 100644 --- a/docs/src/main/sphinx/connector/cassandra.rst +++ b/docs/src/main/sphinx/connector/cassandra.rst @@ -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 -----------