apurtell commented on code in PR #2523:
URL: https://github.com/apache/phoenix/pull/2523#discussion_r3405422689


##########
phoenix-core-client/src/main/java/org/apache/phoenix/optimize/QueryOptimizer.java:
##########
@@ -495,6 +495,7 @@ private AddPlanResult addPlan(PhoenixStatement statement, 
SelectStatement select
       isHinted, indexSelect, resolver);
   }
 
+  @SuppressWarnings("rawtypes")
   private AddPlanResult addPlan(PhoenixStatement statement, SelectStatement 
select, PTable index,

Review Comment:
   It is necessary. Otherwise we generate a new rawtypes warning. 



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

Reply via email to