Re: UDF for sorting

2017-07-10 Thread Eduardo Alonso
I have read HowToContribute and created the ticket CASSANDRA-13682 with PR and path available flag. Eduardo Alonso Vía de las dos Castillas, 33, Ática 4, 3ª Planta 28224 Pozuelo de

Re: UDF for sorting

2017-07-06 Thread Eduardo Alonso
Hi Jeff: Do you mean something like this ? This is so basic(with no code change ) that i I have skipped the JIRA ticket creation Could you please review? Thank you Eduardo Alonso Vía de las dos Castillas, 33, Ática 4, 3ª Planta 28224 Pozuelo de

Re: UDF for sorting

2017-07-05 Thread Jeff Jirsa
On 2017-07-03 16:19 (-0700), Justin Cameron wrote: > While you can't do this with Cassandra, you can get the functionality you > want with the cassandra-lucene-plugin ( >

Re: UDF for sorting

2017-07-04 Thread Justin Cameron
Yes, it does - you'll just have to build for the 2.1.17 branch. You also will have to use their alternative query syntax: https://github.com/Stratio/cassandra-lucene-index/blob/branch-3.0.10/doc/documentation.rst#alternative-syntaxes On Tue, 4 Jul 2017 at 17:27 techpyaasa .

Re: UDF for sorting

2017-07-04 Thread techpyaasa .
Hi Justin, Thanks for the reply. We are using c*-2.1.17 , does lucene plugin works with this version?? On Tue, Jul 4, 2017 at 4:49 AM, Justin Cameron wrote: > While you can't do this with Cassandra, you can get the functionality you > want with the

Re: UDF for sorting

2017-07-03 Thread Justin Cameron
While you can't do this with Cassandra, you can get the functionality you want with the cassandra-lucene-plugin ( https://github.com/Stratio/cassandra-lucene-index/blob/branch-3.0.10/doc/documentation.rst#searching ). Keep in mind that as with any secondary index there are performance-related

Re: UDF for sorting

2017-07-03 Thread DuyHai Doan
Plain answer is no you can't The reason is that UDF only transform column values on each row but does not have the ability to modify rows ordering On Mon, Jul 3, 2017 at 10:14 PM, techpyaasa . wrote: > Hi all, > > I have a table like > > CREATE TABLE ks.cf ( pk1 bigint,