k-rus commented on code in PR #4038: URL: https://github.com/apache/cassandra/pull/4038#discussion_r2281646339
########## src/java/org/apache/cassandra/schema/IndexMetadata.java: ########## @@ -117,29 +114,25 @@ public static IndexMetadata fromIndexTargets(List<IndexTarget> targets, { Map<String, String> newOptions = new HashMap<>(options); newOptions.put(IndexTarget.TARGET_OPTION_NAME, targets.stream() - .map(target -> target.asCqlString()) Review Comment: This fixes a linter complain and, imho, improves code readability. It's in a separate commit and I am not aware about a better way of fixing such minor issue. -- 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