karthikprasad13

Results 44 comments of karthikprasad13

Hi @AntonYudin Kundera returns only POJO objects loaded by data in case of select queries. I could not replicate the issue with `select e.id from Event e` query. It is...

@AntonYudin Yes.. which version are you using? Kundera and cassandra?

@AntonYudin Cool. I verified at my end with Kundera 3.9 and Cassandra 3.9 and its working. Can you try adding CQL3 version in `EntityManagerFactory` like below: Map props = new...

@AntonYudin I observed that you are using `com.impetus.kundera.client.cassandra.dsdriver.DSClientFactory`. Did you chose this for a particular reason? If not, I suggest you to change it to `com.impetus.client.cassandra.thrift.ThriftClientFactory` and port to `9160`...

These are my logs: 18:34:03.462 [main] INFO c.i.k.q.QueryImpl - On getResultList() executing query: Select e.id from Event e 18:34:03.462 [main] DEBUG c.i.c.c.q.CassQuery - Populating entities for Cassandra query Select e.id...

@AntonYudin I verified on `DSClient` (DataStax client) also and its working fine. -Karthik

AFAIK it shouldn't be the issue. I will try to replicate it if you can share your sample project. -Karthik

I will try to setup wildfly in my machine. Please send a basic sample of your project. -Karthik

@AntonYudin Kundera returns the `Event` objects only as it is the entity that is mapped to the table in Cassandra. In case of selecting specific columns, it returns the main...

@AntonYudin Since this is not a must have feature for most of the users, we do not have it in our roadmap as of now. Please let us know how...