vvysotskyi commented on a change in pull request #2020: DRILL-7634: Rollup of 
code cleanup changes
URL: https://github.com/apache/drill/pull/2020#discussion_r390847794
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/MetadataControllerPrel.java
 ##########
 @@ -85,6 +85,7 @@ public boolean needsFinalColumnReordering() {
     return PrelUtil.iter(getLeft(), getRight());
   }
 
+  @SuppressWarnings("deprecation")
   @Override
   protected RelDataType deriveRowType() {
     return getCluster().getTypeFactory().builder()
 
 Review comment:
   The same for Builder there.

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


With regards,
Apache Git Services

Reply via email to