You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/12/17 23:23:09 UTC

[GitHub] [incubator-druid] gianm commented on a change in pull request #9061: fix druid-sql issue with filtering numeric columns by null values

gianm commented on a change in pull request #9061: fix druid-sql issue with filtering numeric columns by null values
URL: https://github.com/apache/incubator-druid/pull/9061#discussion_r359081069
 
 

 ##########
 File path: sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java
 ##########
 @@ -2265,6 +2265,82 @@ public void testNullEmptyStringEquality() throws Exception
     );
   }
 
+  @Test
+  public void testNullLongFilter() throws Exception
+  {
+    // bug in numeric vector matches prevents this test from passing
 
 Review comment:
   Please raise an issue for the bug and put the github URL here. (Same with the others)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org