vh.verifyContainsSystemColumns(cmp, false);
}
@Test
public void testFindCompletion_Update_AfterWhere() {
qs.execute(new CqlQuery(CqlQueryType.USE, "use cqldemo"));
ContextCqlCompletion completion = cs
.findCompletion(new CqlQuery(CqlQueryType.UPDATE,
"update mybooks USING TTL 400 SET director = 'Joss Whedon',main_actor = 'Nathan Fillion',year = 2005 where"));
vh.verifyFullAndMinCompletionTheSame(completion, 14);
Collection<? extends CqlPart> cmp = vh.asHahsCol(completion.cqlCompletion.fullCompletion);