-
According to cql protocol - for all `cql types` value can be `nil` and `zero`.
Therefore all unmarshall functions for `cql types` should unmarshalls `nil data` into `nil` `go value` and `zero data` in…
-
The rounding issues that essentially led to creating the DECIMAL cql type would dictate such columns to be returned as strings, to let callers/users/clients to do the right thing. Otherwise, unexpecte…
-
**Is your feature request related to a problem? Please describe.**
In the java engine there is a file that contains the cql options for the elm compiler and other instructions for building fhir libra…
-
https://jenkins.scylladb.com/job/scylla-6.2/job/next/51/ failed with the following error:
```=================================== FAILURES ===================================
========================…
-
(and presumably find as well).
All the findOne filters below result in the following CQL (suppose `text` is the primary key, but this is not necessarily relevant (consequently, the returned row is …
-
Appears to time out.
```
Error Message
AssertionError: Deadline exceeded, failing test.
Stacktrace
manager =
@pytest.mark.asyncio
async def test_view_build_status_with_replace_node…
-
We would like to have the ability to run cql-stress same as running cassandra-stress with a custom "user profile".
An improvement on top of cassandra-stress should be an actual data validation that is…
-
This is an issue I found when testing the performance of vector type, but apparently this applies to all collections.
The code uses itertools to collect fallible items into a `Vec`:
```
…
-
Aim - Allow commands to run/evaluate CQL libraries after they're uploading.
Two commands can be thought of:
1. POSTandUpload - Does the work of CreateAndPOST, and processes a locally provided FHIR…
-
https://cassandra.apache.org/doc/latest/cassandra/reference/vector-data-type.html
I noticed that any attempt to perform a query on a table that contains a vector column fails, because the schema is…