Jason Huynh created GEODE-2322:
----------------------------------

             Summary: Add null parameter with a junction tests to 
HashIndexQueryIntegrationTest
                 Key: GEODE-2322
                 URL: https://issues.apache.org/jira/browse/GEODE-2322
             Project: Geode
          Issue Type: Improvement
          Components: querying
            Reporter: Jason Huynh


We should add a queries similar to those found below to 
HashIndexQueryIntegrationTest 
"SELECT * FROM /portfolios p WHERE p.status != null and p.id =1"
"SELECT * FROM /portfolios p WHERE p.status = null and p.id =1"

"SELECT * FROM /portfolios WHERE status = null and id =1"
"SELECT * FROM /portfolios WHERE status != null and id =1"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to