cassandra icon indicating copy to clipboard operation
cassandra copied to clipboard

Disable SAI max term size validation by default to keep same behavior as DSE during migration

Open jasonstack opened this issue 1 year ago • 2 comments

jasonstack avatar Jul 31 '24 09:07 jasonstack

My primary concern is for analyzed columns. We added this logic to prevent explosion on the writers.

we can enable it after migration..

jasonstack avatar Aug 01 '24 02:08 jasonstack

Looks like this commit broke VectorDistributedTest.testInvalidVectorQueriesWithDefaultSimilarity and testInvalidVectorQueriesWithCosineSimilarity. Those assert that clients get meaningful error messages. I think we should try to fix that use case, even if we're not going to enforce the size limits at the coordinator

michaeljmarshall avatar Aug 21 '24 22:08 michaeljmarshall