doanduyhai / Achilles

An advanced Java Object Mapper/Query DSL generator for Cassandra
http://achilles.archinnov.info
Apache License 2.0
241 stars 92 forks source link

Provide support for having same column as clustering key and secondary index in cassandra #333

Closed Sachinbihade closed 6 years ago

Sachinbihade commented 6 years ago

cassandra do provide this feature of having same column as clustering key and secondary index. But achilles have no such feature. Can you please provide this feature ASAP.

doanduyhai commented 6 years ago

supporting this feature would require a rework on the DSL to avoid name clashing when using clustering column with normal CQL syntax and with secondary index syntax

doanduyhai commented 6 years ago

Fixed in Achilles 6.0.0