Skip to content

Commit

Permalink
Fix incorrect type mapping in Cassandra documentation
Browse files Browse the repository at this point in the history
Cassandra documentation incorrectly maps Cassandra FLOAT to Trino DOUBLE,
the correct mapping relationship is: Cassandra FLOAT <-> Trino REAL.
  • Loading branch information
tangjiangling authored and ebyhr committed Feb 9, 2022
1 parent 24ffb79 commit ca5d3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/connector/cassandra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ BOOLEAN BOOLEAN
DATE DATE
DECIMAL DOUBLE
DOUBLE DOUBLE
FLOAT DOUBLE
FLOAT REAL
INET VARCHAR(45)
INT INTEGER
LIST<?> VARCHAR
Expand Down

0 comments on commit ca5d3a6

Please sign in to comment.