Fixing a few ColumType parsing / handling issues
authorMadhu Venugopal <mavenugo@gmail.com>
Mon, 7 Jul 2014 01:30:10 +0000 (18:30 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Mon, 7 Jul 2014 01:40:49 +0000 (18:40 -0700)
1. the max value parsed from column schema response is not stored in the object and hence it is lost when the data is looked up from the cache.
2. isMultiValue method was incorrect in cases when min=1 and max>1

Change-Id: I93cb157b9e9cdded274bc957d90cde660003ba9e
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>

No differences found