arina-ielchiieva commented on a change in pull request #1797: DRILL-7278: 
Refactor result set loader projection mechanism
URL: https://github.com/apache/drill/pull/1797#discussion_r289946314
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/project/RequestedTupleImpl.java
 ##########
 @@ -74,6 +75,7 @@
 public class RequestedTupleImpl implements RequestedTuple {
 
   private static final org.slf4j.Logger logger = 
org.slf4j.LoggerFactory.getLogger(RequestedTupleImpl.class);
+  private static final Collection<SchemaPath> PROJECT_ALL = 
ImmutableList.of(SchemaPath.STAR_COLUMN);
 
 Review comment:
   Consider using build-in Java methods instead of guava when possible: 
`Collections.sigletonList`.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to