HBASE-12996 Reversed field on Filter should be transient (Ian Friedman)
This commit is contained in:
parent
2d475c2677
commit
f809b13d59
|
@ -56,7 +56,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