bereng commented on code in PR #2193:
URL: https://github.com/apache/cassandra/pull/2193#discussion_r1142267449
##########
src/java/org/apache/cassandra/cql3/statements/schema/DropFunctionStatement.java:
##########
@@ -120,6 +120,14 @@ public Keyspaces apply(Keyspaces schema)
if (!dependentAggregates.isEmpty())
throw ire("Function '%s' is still referenced by aggregates %s",
name, dependentAggregates);
+ String dependentTables =
Review Comment:
I would change it to the first option you mention, I don't see any reason
not to unless I'm missing sthg.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]