ResourceKeyspacePopulate fails on CQL scripts with $$
delimited string constants containing semicolons
#1517
Labels
status: declined
A suggestion or change that we don't feel we should currently apply
ResourceKeyspacePopulate
andScriptUtils
fails to apply CQL scripts with$$
delimited string constants containing semicolons. In particular for UDFs which should always contain a semicolon in the code block.See https://cassandra.apache.org/doc/stable/cassandra/cql/definitions.html#constants
ScriptUtils is attempting to manually parse the script to split on semicolons.
The text was updated successfully, but these errors were encountered: