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
{{ message }}
This repository has been archived by the owner on May 27, 2020. It is now read-only.
The same bug as in #158 still occurs for slightly different table setup. It occurs in 3.11.3 plugin and probably everywhere else if table is created like below.
CREATE TABLE test_date.test (
id text,
dob date,
lucene text,
PRIMARY KEY ((id), date)
) WITH CLUSTERING ORDER BY (date desc);
WITH CLUSTERING ORDER BY (date desc); is the cause.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The same bug as in #158 still occurs for slightly different table setup. It occurs in 3.11.3 plugin and probably everywhere else if table is created like below.
WITH CLUSTERING ORDER BY (date desc);
is the cause.The text was updated successfully, but these errors were encountered: