HBASE-12996 Reversed field on Filter should be transient (Ian Friedman)
This commit is contained in:
parent
3f7b18cefc
commit
dc522d010c
|
@ -55,7 +55,7 @@ import org.apache.hadoop.hbase.exceptions.DeserializationException;
|
|||
@InterfaceAudience.Public
|
||||
@InterfaceStability.Stable
|
||||
public abstract class Filter {
|
||||
protected boolean reversed;
|
||||
protected transient boolean reversed;
|
||||
/**
|
||||
* Reset the state of the filter between rows.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue