[
https://issues.apache.org/jira/browse/DRILL-6461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16570553#comment-16570553
]
ASF GitHub Bot commented on DRILL-6461:
---------------------------------------
sohami commented on a change in pull request #1344: DRILL-6461: Added basic
data correctness tests for hash agg, and improved operator unit testing
framework.
URL: https://github.com/apache/drill/pull/1344#discussion_r207977722
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/record/VectorContainer.java
##########
@@ -42,6 +42,8 @@
private final BufferAllocator allocator;
protected final List<VectorWrapper<?>> wrappers = Lists.newArrayList();
private BatchSchema schema;
+ private SelectionVector2 selectionVector2;
+ private SelectionVector4 selectionVector4;
Review comment:
I don't think we should include SV2/SV4 inside a VectorContainer. They are
more of RecordBatch level members. VectorContainer should only have metadata
and set of vectors in it which is what it is today.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add Basic Data Correctness Unit Tests
> -------------------------------------
>
> Key: DRILL-6461
> URL: https://issues.apache.org/jira/browse/DRILL-6461
> Project: Apache Drill
> Issue Type: Sub-task
> Reporter: Timothy Farkas
> Assignee: Timothy Farkas
> Priority: Major
>
> There are no data correctness unit tests for HashAgg. We need to add some.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)