sandeepvinayak edited a comment on issue #837: HBASE-23309: Adding the 
flexibility to ChainWalEntryFilter to filter the whole entry if all cells get 
filtered
URL: https://github.com/apache/hbase/pull/837#issuecomment-554820318
 
 
   @Apache9 Just like I set the flag in test
   ```java
   ChainWALEntryFilter filterAllCells = new ChainWALEntryFilter(new 
FilterAllCellsWALCellFilter());
   // let's set the filter empty entry flag to true now for the above case
   filterAllCells.setFilterEmptyEntry(true);
   ```
   
   Let me know if this answers your concern.  Or do you prefer to set this flag 
in a new constructor?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to