Hi, When I scan with ValueFilter on a column, I see that it returns older versions too if they happen to match the value in the ValueFilter.
The table column family has the property VERSIONS set to 1. I had set setMaxVersions to 1 in the scan object. I was expecting the value filter to return only the latest values for the column, provided they match the filter. Is this the expected behaviour of ValueFilter? Any suggestions if I must be setting any options to skip the older values from coming in the result? Thank you Regards, Sreeram
