diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/Filter.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/Filter.java index 06ae41a..2817f29 100644 --- a/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/Filter.java +++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/filter/Filter.java @@ -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. *