arina-ielchiieva commented on a change in pull request #1993: DRILL-7601: Shift
column conversion to reader from scan framework
URL: https://github.com/apache/drill/pull/1993#discussion_r384445154
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/resultSet/impl/ContainerState.java
##########
@@ -43,23 +41,23 @@
public abstract class ContainerState {
protected final LoaderInternals loader;
- protected final ProjectionSet projectionSet;
+ protected final ProjectionFilter projectionSet;
protected ColumnState parentColumn;
/**
* Vector cache for this loader.
- * @see {@link OptionBuilder#setVectorCache()}.
+ * @see {@link ResultSetOptionBuilder#setVectorCache()}.
Review comment:
`@see` does not need `@link`
----------------------------------------------------------------
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