Re: Can't fetch table from cassandra through jdbc connection

2020-06-16 Thread Jason Gerlowski
The way I read the stack trace you provided, it looks like DIH is running the query "select test_field from test_keyspace.test_table limit 10", but the Cassandra jdbc driver is reporting that Cassandra doesn't support some aspect of that query. If I'm reading that right, this seems like a question

Re: Can't fetch table from cassandra through jdbc connection

2020-06-16 Thread Ирина Камалова
Could you please tell me if I can expand log trace here? (if I'm trying to do it through solr admin and make root log ALL - it doesn't help me) Best regards, Irina Kamalova On Mon, 15 Jun 2020 at 10:12, Ирина Камалова wrote: > I’m using Solr 7.7.3 and latest Cassandra jdbc driver 1.3.5 > > I