arina-ielchiieva commented on a change in pull request #1830: DRILL-7333: Set
container record count where missing
URL: https://github.com/apache/drill/pull/1830#discussion_r308000412
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/RuntimeFilterRecordBatch.java
##########
@@ -53,27 +53,27 @@
* the Query's performance ,but just do a memory transfer by the later
RemovingRecordBatch op.
*/
public class RuntimeFilterRecordBatch extends
AbstractSingleRecordBatch<RuntimeFilterPOP> {
- private SelectionVector2 sv2;
+ private static final org.slf4j.Logger logger =
org.slf4j.LoggerFactory.getLogger(RuntimeFilterRecordBatch.class);
Review comment:
Imports...
----------------------------------------------------------------
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