Github user vdiravka commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1059#discussion_r161510606
  
    --- Diff: 
exec/java-exec/src/test/java/org/apache/drill/exec/physical/unit/TestNullInputMiniPlan.java
 ---
    @@ -354,9 +354,9 @@ public void testHashJoinRightEmpty() throws Exception {
             .build();
     
         BatchSchema expectedSchema = new SchemaBuilder()
    -        .addNullable("a", TypeProtos.MinorType.BIGINT)
    -        .addNullable("b", TypeProtos.MinorType.BIGINT)
    -        .withSVMode(BatchSchema.SelectionVectorMode.NONE)
    +            .addNullable("a", TypeProtos.MinorType.BIGINT)
    +            .addNullable("b", TypeProtos.MinorType.BIGINT)
    +            .withSVMode(BatchSchema.SelectionVectorMode.NONE)
    --- End diff --
    
    Please, return original indentation.


---

Reply via email to