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
tests: reduce nested type/UDT depth to 12 for new CQL nesting limit
Scylla now caps the nesting depth of CQL expressions in the
parser, rejecting deeply nested literals with:
SyntaxException code=2000 'expression nested too deeply'
Cap the deepest case at 12, the maximum depth the server now allows.
Caused by scylladb/scylladb commit e35c388 ('cql3: limit nesting depth
of function calls and CASTs in CQL parser') scylladb/scylladb@c27e322.
0 commit comments