Tyler Hobbs created CASSANDRA-7781:
--------------------------------------
Summary: UDF class methods are not verified to be static
Key: CASSANDRA-7781
URL: https://issues.apache.org/jira/browse/CASSANDRA-7781
Project: Cassandra
Issue Type: Bug
Components: Core
Reporter: Tyler Hobbs
Assignee: Tyler Hobbs
Priority: Minor
Fix For: 3.0
I added a test for this in CASSANDRA-7395, but apparently forgot that it was
broken when I committed the patch..
We just need to check:
{code}
Modifiers.isStatic(method.getModifiers())
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)