frankgh commented on code in PR #19:
URL: 
https://github.com/apache/cassandra-analytics/pull/19#discussion_r1414386089


##########
cassandra-bridge/src/main/java/org/apache/cassandra/spark/data/DataLayer.java:
##########
@@ -171,8 +171,8 @@ public CassandraVersion version()
     public abstract boolean isInPartition(int partitionId, BigInteger token, 
ByteBuffer key);
 
     public List<PartitionKeyFilter> partitionKeyFiltersInRange(
-            int partitionId,
-            List<PartitionKeyFilter> partitionKeyFilters) throws 
NoMatchFoundException
+    int partitionId,
+    List<PartitionKeyFilter> partitionKeyFilters) throws NoMatchFoundException

Review Comment:
   reverted



##########
cassandra-analytics-core/src/test/java/org/apache/cassandra/spark/EndToEndTests.java:
##########
@@ -1851,19 +1848,19 @@ public void testUdtsWithNulls(CassandraBridge bridge)
                   for (long pk = 0; pk < Tester.DEFAULT_NUM_ROWS; pk++)
                   {
                       Map<String, Object> value = ImmutableMap.of(
-                            pk < midPoint ? "a" : "b", 
RandomUtils.randomValue(bridge.text()).toString(),
-                            "c", 
RandomUtils.randomValue(bridge.text()).toString());
+                      pk < midPoint ? "a" : "b", 
RandomUtils.randomValue(bridge.text()).toString(),
+                      "c", RandomUtils.randomValue(bridge.text()).toString());

Review Comment:
   reverted



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