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()`)?---
