You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by arina-ielchiieva <gi...@git.apache.org> on 2018/03/09 11:28:21 UTC

[GitHub] drill pull request #1154: DRILL-6217: NaN/Inf NestedLoopJoin processes NaN v...

Github user arina-ielchiieva commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1154#discussion_r173426691
  
    --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/vector/complex/writer/TestJsonNanInf.java ---
    @@ -331,4 +343,63 @@ public void testInnerJoinWithNaN() throws Exception {
         }
       }
     
    +  @Test
    +  public void testHashJoinWithNaN() throws Exception {
    --- End diff --
    
    When do you reset join options (`JoinTestBase.resetJoinOptions()`)?


---