dcapwell commented on code in PR #4518:
URL: https://github.com/apache/cassandra/pull/4518#discussion_r2604067809


##########
test/harry/main/org/apache/cassandra/harry/model/BytesPartitionState.java:
##########
@@ -348,7 +348,7 @@ public String toString()
             sb.append(partition);
             sb.append(", clustering=");
             if (clustering == null) sb.append("null");
-            else                    appendValues(sb, 
factory.clusteringColumns, clustering);
+            else                    appendValues(sb, clustering == 
Clustering.STATIC_CLUSTERING ? List.of() : factory.clusteringColumns, 
clustering);

Review Comment:
   static is special cased but we rely on the column name being empty...



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to