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


##########
test/harry/main/org/apache/cassandra/harry/model/ASTSingleTableModel.java:
##########
@@ -885,17 +1107,47 @@ public boolean isAllDefined(ImmutableUniqueList<Symbol> 
selectColumns)
         }
     }
 
-    public ImmutableUniqueList<Symbol> columns(Select select)
+    private ImmutableUniqueList<Symbol> columns(Select select)

Review Comment:
   i added this to simplify the tests.  This is the common case for `SELECT 
col` but will need to be enhanced later on once we cover more things....



-- 
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

Reply via email to