[
https://issues.apache.org/jira/browse/DRILL-5993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16334688#comment-16334688
]
ASF GitHub Bot commented on DRILL-5993:
---------------------------------------
Github user ilooner commented on a diff in the pull request:
https://github.com/apache/drill/pull/1057#discussion_r163025549
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/record/BatchSchema.java ---
@@ -60,6 +60,10 @@ public SelectionVectorMode getSelectionVectorMode() {
return selectionVectorMode;
}
+ public BatchSchema toMode(SelectionVectorMode mode) {
--- End diff --
removed
> Add Generic Copiers
> -------------------
>
> Key: DRILL-5993
> URL: https://issues.apache.org/jira/browse/DRILL-5993
> Project: Apache Drill
> Issue Type: New Feature
> Reporter: Timothy Farkas
> Assignee: Timothy Farkas
> Priority: Major
>
> Currently the copier can only copy record from an incoming batch to the
> beginning of an outgoing batch. We need to be able to copy a record and
> append it to the end of the outgoing batch. Also Paul's Generic copiers are
> more performant and simpler and should be added.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)