Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
Description
speculative_retry should be more flexible with case.
cqlsh:movielens> alter table users WITH speculative_retry = 'none'; ConfigurationException: Invalid value none for option 'speculative_retry' cqlsh:movielens> alter table users WITH speculative_retry = 'None'; ConfigurationException: Invalid value None for option 'speculative_retry'
Let's make the text component case insensitive and for nPERCENTILE let's allow nP, for instance 99p.