HBASE-12996 Reversed field on Filter should be transient (Ian Friedman)

This commit is contained in:
Andrew Purtell 2015-02-11 12:17:51 -08:00
parent 2d475c2677
commit f809b13d59
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*