Skip to content

Instantly share code, notes, and snippets.

@mambocab
Created August 18, 2015 16:29
Show Gist options
  • Save mambocab/d155a67ea81a979b35a9 to your computer and use it in GitHub Desktop.
Save mambocab/d155a67ea81a979b35a9 to your computer and use it in GitHub Desktop.
(cstar_te)❯ python udf_failure.py [93/1861]
TEST PATH: /tmp/dtest-JU3YGF
http://git-wip-us.apache.org/repos/asf/cassandra.git git:cassandra-2.2
stopping node 0
stopping node 1
stopping node 2
stopping node 3
upgrading and starting node 0
http://git-wip-us.apache.org/repos/asf/cassandra.git git:cassandra-3.0
upgrading and starting node 1
http://git-wip-us.apache.org/repos/asf/cassandra.git git:cassandra-3.0
upgrading and starting node 2
http://git-wip-us.apache.org/repos/asf/cassandra.git git:cassandra-3.0
upgrading and starting node 3
http://git-wip-us.apache.org/repos/asf/cassandra.git git:cassandra-3.0
_language_
expected: java
actual: java
_return_type_
expected: cqltypes.DoubleType
actual: <class 'cassandra.cqltypes.DoubleType'>
_type_signature_
expected: [double]
actual: [u'double']
_argument_names_
expected: [input]
actual: [u'input', u'input', u'input']
_body_
expected: return Double.valueOf(Math.log(input.doubleValue()));
actual: return Double.valueOf(Math.log(input.doubleValue()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment