Github user vladimirtkach commented on a diff in the pull request: https://github.com/apache/drill/pull/1154#discussion_r173437623 --- 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 -- @arina-ielchiieva added resetting of default options
---