Fix filters for is (not) empty/null
commit03415512fef7c65e5e437e602a2900385f6d6307
authorImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 26 Aug 2010 02:33:13 +0000 (26 08:33 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 26 Aug 2010 02:33:13 +0000 (26 08:33 +0600)
tree32c18a861fb83437463e24a9c8e3c9acff16df4d
parent7785ea7a7ccd49813398e854932c23254c507725
Fix filters for is (not) empty/null

While refactoring generating the filter from a common method missed the
filterIfMissing setting for these conditions. They need to be hard coded
to function properly.

Change the return type of getCellFilter to return the exact type it creates
so that it can be easily modified by invokers as is the case here.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/CommonDao.java