shaofengshi commented on a change in pull request #350: Fix issue : KYLIN-3631
URL: https://github.com/apache/kylin/pull/350#discussion_r234635124
 
 

 ##########
 File path: 
core-cube/src/test/java/org/apache/kylin/cube/cuboid/CuboidSchedulerTest.java
 ##########
 @@ -118,8 +118,13 @@ private void testSpanningAndGetParent(CuboidScheduler 
scheduler, CubeDesc cube,
         }
 
         long[] spanningsArray = Longs.toArray(totalSpanning);
-        Arrays.sort(spanningsArray);
-        Arrays.sort(expectChildren);
+
+        /*
+            According to issue : 
https://issues.apache.org/jira/browse/KYLIN-3631
 
 Review comment:
   This comment is not needed. Can you remove it in all the places?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to