You're right, it's a bug
I have created an issue here to fix it here:
https://github.com/doanduyhai/Achilles/issues/240
Fortunately you can use the query API right now to insert the static
columns:
PreparedStatement ps = INSERT INTO
BoundStatement bs = ps.bind(...)
manager.query(
Hi
I am to trying to insert data into cassandra using achilles which contains
only partition key and static columns(all other columns and clustering key
are null), but getting error
info.archinnov.achilles.exception.AchillesException: Field 'membername' in
entity of type 'com.xxx.domain.cassandra