[
https://issues.apache.org/jira/browse/CASSANDRA-7556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14582439#comment-14582439
]
Robert Stupp commented on CASSANDRA-7556:
-----------------------------------------
A lot of [dtests fail on
cassci|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-7556v3-udf-cqlsh-dtest/2/testReport/]
With python-driver 2.6.0c1, dtests are fine - except one:
{code}
======================================================================
FAIL: test_client_warnings (cqlsh_tests.TestCqlsh)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/snazy/devel/cassandra/dtest/tools.py", line 192, in wrapped
f(obj)
File "/Users/snazy/devel/cassandra/dtest/cqlsh_tests/cqlsh_tests.py", line
870, in test_client_warnings
Unlogged batch covering 2 partitions detected against table
[client_warnings.test]. You should use a logged batch for atomicity, or
asynchronous writes for performance.""")
File "/Users/snazy/devel/cassandra/dtest/cqlsh_tests/cqlsh_tests.py", line
446, in verify_output
self.assertTrue(expected in output, "Output \n {%s} \n doesn't contain
expected\n {%s}" % (output, expected))
AssertionError: Output
{}
doesn't contain expected
{
Warnings :
Unlogged batch covering 2 partitions detected against table
[client_warnings.test]. You should use a logged batch for atomicity, or
asynchronous writes for performance.}
-------------------- >> begin captured stdout << ---------------------
[node1 ERROR] objc[90155]: Class JavaLaunchHelper is implemented in both
/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/bin/java and
/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home/jre/lib/libinstrument.dylib.
One of the two will be used. Which one is undefined.
--------------------- >> end captured stdout << ----------------------
{code}
> Update cqlsh for UDFs
> ---------------------
>
> Key: CASSANDRA-7556
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7556
> Project: Cassandra
> Issue Type: Improvement
> Components: Tools
> Reporter: Tyler Hobbs
> Assignee: Robert Stupp
> Labels: udf
> Fix For: 2.2.x
>
> Attachments: 7556-2.txt, 7556.txt
>
>
> Once CASSANDRA-7395 and CASSANDRA-7526 are complete, we'll want to add cqlsh
> support for user defined functions.
> This will include:
> * Completion for {{CREATE FUNCTION}} and {{DROP FUNCTION}}
> * Tolerating (almost) arbitrary text inside function bodies
> * {{DESCRIBE TYPE}} support
> * Including types in {{DESCRIBE KEYSPACE}} output
> * Possibly {{GRANT}} completion for any new privileges
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)