You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2015/08/21 17:00:46 UTC

[jira] [Created] (CASSANDRA-10152) Windows dtest 2.2: user_functions_test.py:TestUserFunctions.udf_scripting_test fails

Joshua McKenzie created CASSANDRA-10152:
-------------------------------------------

             Summary: Windows dtest 2.2: user_functions_test.py:TestUserFunctions.udf_scripting_test fails
                 Key: CASSANDRA-10152
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10152
             Project: Cassandra
          Issue Type: Sub-task
            Reporter: Joshua McKenzie
             Fix For: 2.2.x


{noformat}
ERROR: udf_scripting_test (user_functions_test.TestUserFunctions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\src\cassandra-dtest\user_functions_test.py", line 169, in udf_scripting_test
    assert_invalid(session, "select y_sin(val) from nums where key = 1")
  File "c:\src\cassandra-dtest\assertions.py", line 23, in assert_invalid
    res = session.execute(query)
  File "C:\Python27\lib\site-packages\cassandra\cluster.py", line 1615, in execute
    result = future.result(timeout)
  File "C:\Python27\lib\site-packages\cassandra\cluster.py", line 3154, in result
    raise self._final_exception
FunctionFailure: code=1400 [User Defined Function failure] message="execution of 'ks.y_sin[double]' failed: com.datastax.driver.core.exceptions.InvalidTypeException: Invalid value for CQL type double, expecting class java.lang.Double but class java.lang.String provided"
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)