jberragan commented on code in PR #44:
URL: 
https://github.com/apache/cassandra-analytics/pull/44#discussion_r1508243589


##########
cassandra-bridge/src/main/java/org/apache/cassandra/spark/utils/test/TestSchema.java:
##########
@@ -398,9 +409,11 @@ private String buildCreateStatement(List<CqlField> columns,
 
         createStmtBuilder.append("))");
 
+        createStmtBuilder.append(" WITH comment= 'test table'"); // take 
'WITH', so the rest can append 'AND' safely

Review Comment:
   ```suggestion
           createStmtBuilder.append(" WITH comment = 'test table'"); // take 
'WITH', so the rest can append 'AND' safely
   ```



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