secondary index name fixed in getAttachmentsByFeediId
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-networking-library@133053 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2faff2208b
commit
036880784d
|
@ -2167,7 +2167,7 @@ public final class DBCassandraAstyanaxImpl implements DatabookStore {
|
|||
}
|
||||
List<Attachment> toReturn = new ArrayList<Attachment>();
|
||||
|
||||
PreparedIndexExpression<String, String> clause = cf_Attachments.newIndexClause().whereColumn("feedId").equals().value(feedId);
|
||||
PreparedIndexExpression<String, String> clause = cf_Attachments.newIndexClause().whereColumn("Feedid").equals().value(feedId);
|
||||
OperationResult<Rows<String, String>> result;
|
||||
try {
|
||||
result = conn.getKeyspace().prepareQuery(cf_Attachments)
|
||||
|
|
Loading…
Reference in New Issue