You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Data API table feature, we decide to stick on C* Java Driver QueryBuilder, instead of using our own.
Here are 4 C* tickets that Driver is working on.
Updated, the preview QueryBuilder build jar is checked in Data API repo, which contains
AND/OR logical operator https://issues.apache.org/jira/browse/CASSANDRA-19931:
For OR feature in OSS driver distribution. Driver team has reached out to engineers maintaining C* OSS / CNDB and there seems to be no agreement in shipping this syntax to OSS version any time soon. Even non-vector databases do not have it currently. Driver also is not doing like a custom branch containing Astra-specific functionality or anything. So this ticket is no-go currently. Lukasz points us to hack that help us generate complex OR and (). So we will create overrides in Data API as a temporary solution, and restore when it is available in Driver official build. Data API PR for AND/OR
Couple of other notes.
Check in preview driver querybuilder jar in Data API, PR.
All current Data API queryBuilder overrides are here.
The text was updated successfully, but these errors were encountered:
For Data API table feature, we decide to stick on C* Java Driver QueryBuilder, instead of using our own.
Here are 4 C* tickets that Driver is working on.
Updated, the preview QueryBuilder build jar is checked in Data API repo, which contains
As for Logical Relation
For OR feature in OSS driver distribution. Driver team has reached out to engineers maintaining C* OSS / CNDB and there seems to be no agreement in shipping this syntax to OSS version any time soon. Even non-vector databases do not have it currently. Driver also is not doing like a custom branch containing Astra-specific functionality or anything. So this ticket is no-go currently. Lukasz points us to hack that help us generate complex OR and (). So we will create overrides in Data API as a temporary solution, and restore when it is available in Driver official build. Data API PR for AND/OR
Couple of other notes.
The text was updated successfully, but these errors were encountered: