dcapwell commented on code in PR #3995: URL: https://github.com/apache/cassandra/pull/3995#discussion_r2004386755
########## test/harry/main/org/apache/cassandra/harry/model/ASTSingleTableModel.java: ########## @@ -493,6 +503,45 @@ private static void validateAnyOrder(ImmutableUniqueList<Symbol> columns, Set<Ro if (actual.isEmpty()) sb.append("No rows returned"); else sb.append("Missing rows:\n").append(table(columns, missing)); } + if (!unexpected.isEmpty() && unexpected.size() == missing.size()) + { + // good chance a column differs + StringBuilder finalSb = sb; + Runnable runOnce = new Runnable() Review Comment: i think Alex created a reusable function for this in accord... would need to find it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org