Details
-
Technical task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
None
-
None
Description
We need to add the datastax driver into the build system
- CSEv2 storage engine can be compiled and linked
- One can create a table with any columns/keys
- Attempt to write to the table returns “NOT IMPLEMENTED” error (or something similar)
- Attempt to read from the table
- Actually connects to the cluster, returns appropriate error if the connection fails
- Returns “column family not found” error if there is no such keyspace/column family
- Returns “NOT IMPLEMENTED YET” if the specified keyspace/column family actually exists ( here we should be reading the data but we cant).
- A nice way to check if keyspace.column_family exists is to fetch its metadata (column types/names).
Attachments
Issue Links
- is part of
-
MDEV-8947 Cassandra connector support for 2.x (idealy 2.2.x)
- Closed