Eshcar commented on a change in pull request #10593:
URL: https://github.com/apache/druid/pull/10593#discussion_r536985321



##########
File path: 
processing/src/test/java/org/apache/druid/segment/data/IncrementalIndexTest.java
##########
@@ -268,7 +217,7 @@ private static MapBasedInputRow getLongRow(long timestamp, 
int dimensionCount)
   public void testCaseSensitivity() throws Exception
   {
     long timestamp = System.currentTimeMillis();
-    IncrementalIndex index = 
closerRule.closeLater(indexCreator.createIndex(DEFAULT_AGGREGATOR_FACTORIES));
+    IncrementalIndex<?> index = indexCreator.createIndex((Object) 
DEFAULT_AGGREGATOR_FACTORIES);

Review comment:
       Thanks for addressing the questions and issues
   LGTM




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

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