aweisberg commented on code in PR #4174: URL: https://github.com/apache/cassandra/pull/4174#discussion_r2098811527
########## src/java/org/apache/cassandra/tools/SSTableMetadataViewer.java: ########## @@ -422,8 +422,6 @@ private void printSStableMetadata(File file, boolean scan) throws IOException field("ClusteringTypes", clusteringTypes.toString()); field("StaticColumns", FBUtilities.toString(statics)); field("RegularColumns", FBUtilities.toString(regulars)); - if (stats != null) Review Comment: Remove `IsTransient` from SSTableMetadataViewer because sstables won't have a transient flag going forward and there is no need to look back for an experimental feature -- 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