Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Query in Cassandra Data Set(Query in Cassandra Data Set)
Query in Cassandra Data Set [message #1808993] Fri, 05 July 2019 14:16
Daniel Restrepo is currently offline Daniel RestrepoFriend
Messages: 3
Registered: July 2019
Junior Member
Hello, I have a Data set for a Cassandra DB, i'm trying to make a simple query filtring with a ID.
When I use only one ID works right (SELECT * FROM table where ID = A)

But if i try to chose between multiple IDs (SELECT * FROM table where ID IN (A,B)) I'm getting this error:

java.lang.ClassCastException: java.lang.OutOfMemoryError cannot be cast to java.lang.Exception



Any thoughts?

PD: I Test the second query in razorSQL and works fine there.

Previous Topic:Hide the AutoText PageNumber when AutoText Total Page> 1
Next Topic:Set Aggregation value to a Global Variable
Goto Forum:
  


Current Time: Fri Apr 26 04:20:20 GMT 2024

Powered by FUDForum. Page generated in 0.03566 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top