yifan-c commented on code in PR #19:
URL: 
https://github.com/apache/cassandra-analytics/pull/19#discussion_r1414339007


##########
cassandra-analytics-core/src/test/java/org/apache/cassandra/spark/EndToEndTests.java:
##########
@@ -154,15 +154,15 @@ public void testBasicSingleClusteringKey(CassandraBridge 
bridge)
     public void testSingleClusteringKeyOrderBy(CassandraBridge bridge)
     {
         qt().forAll(TestUtils.cql3Type(bridge), TestUtils.sortOrder())
-            .checkAssert((clusteringKeyType, sortOrder) ->
+            .checkAssert((clusteringKeyType, sortOrder) -> {
                 Tester.builder(TestSchema.builder()
                                          .withPartitionKey("a", 
bridge.bigint())
                                          .withClusteringKey("b", 
clusteringKeyType)
                                          .withColumn("c", bridge.bigint())
                                          .withSortOrder(sortOrder))
                       .withExpectedRowCountPerSSTable(Tester.DEFAULT_NUM_ROWS)
-                      .run()
-            );
+                      .run();
+            });

Review Comment:
   I am fine with keeping them, if it is trouble to revert all of them. 



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