tolbertam commented on code in PR #3898:
URL: https://github.com/apache/cassandra/pull/3898#discussion_r1955199900


##########
src/java/org/apache/cassandra/cql3/functions/UDFunction.java:
##########
@@ -134,12 +134,6 @@ public abstract class UDFunction extends UserFunction 
implements ScalarFunction
     // Only need to disallow a pattern, if it would otherwise be allowed via 
allowedPatterns
     private static final String[] disallowedPatterns =
     {
-    "com/datastax/driver/core/Cluster.class",

Review Comment:
   No longer relevant after f14507190b7eea7ad92c8c83dc04be9ef439b021 removed 
the driver package from `allowedPatterns`



-- 
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]

Reply via email to