This is an automated email from the ASF dual-hosted git repository.

jlewandowski pushed a commit to branch ds-trunk-5.0--2024-07-24
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git

commit 2c1777cc5be56bcc4a50f28511fbaf8eba4e465d
Author: Ekaterina Dimitrova <[email protected]>
AuthorDate: Mon Jul 15 11:50:37 2024 -0400

    CNDB-9974: Fix test_udf_scripting
---
 user_functions_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user_functions_test.py b/user_functions_test.py
index eb53a5de..f419337d 100644
--- a/user_functions_test.py
+++ b/user_functions_test.py
@@ -170,7 +170,7 @@ class TestUserFunctions(Tester):
         # should now work - unambiguous
         session.execute("DROP FUNCTION overloaded")
 
-    @since('3.0', max_version='4.0.x')
+    @since('3.0', max_version='3.11.x')
     def test_udf_scripting(self):
         session = self.prepare()
         session.execute("create table nums (key int primary key, val double);")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to