[ 
https://issues.apache.org/jira/browse/DRILL-5993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16297542#comment-16297542
 ] 

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_r157894540
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/svremover/Copier.java
 ---
    @@ -19,13 +19,15 @@
     
     import org.apache.drill.exec.compile.TemplateClassDefinition;
     import org.apache.drill.exec.exception.SchemaChangeException;
    -import org.apache.drill.exec.ops.FragmentContext;
     import org.apache.drill.exec.record.RecordBatch;
    +import org.apache.drill.exec.record.VectorContainer;
     
     public interface Copier {
    -  public static TemplateClassDefinition<Copier> TEMPLATE_DEFINITION2 = new 
TemplateClassDefinition<Copier>(Copier.class, CopierTemplate2.class);
    -  public static TemplateClassDefinition<Copier> TEMPLATE_DEFINITION4 = new 
TemplateClassDefinition<Copier>(Copier.class, CopierTemplate4.class);
    +  TemplateClassDefinition<Copier> TEMPLATE_DEFINITION2 = new 
TemplateClassDefinition<Copier>(Copier.class, CopierTemplate2.class);
    +  TemplateClassDefinition<Copier> TEMPLATE_DEFINITION4 = new 
TemplateClassDefinition<Copier>(Copier.class, CopierTemplate4.class);
    --- End diff --
    
    I will create a separate PR to do that since that change is unrelated to 
this PR


> Allow Copier to Copy a Record and Append to the End of an Outgoing Batch
> ------------------------------------------------------------------------
>
>                 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
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to