Comment 13 for bug 1607479

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/23214
Committed: http://github.org/Juniper/contrail-controller/commit/eb6f11ff6a0a71ca9ac58acfbc5f19a24fc7cf6f
Submitter: Zuul
Branch: R3.0.2.x

commit eb6f11ff6a0a71ca9ac58acfbc5f19a24fc7cf6f
Author: Megh Bhatt <email address hidden>
Date: Thu Aug 4 01:31:10 2016 -0700

Remove casts for uint8_t and uint16_t in CQL index and name binder

Base CQL type is int (int32_t) so no need to cast to int8_t and int16_t
for uint8_t and uint16_t respectively. The casts were causing
range queries on column name values greater than int8_t and int16_t to
fail.

Conflicts:
 src/opserver/test/utils/analytics_fixture.py

Change-Id: I85ad4412c66bd9f0e5fc268980f7344726c7f79c
Closes-Bug: #1607479
(cherry picked from commit 7339fd791f53ce35dab63c11834cc486cac2507b)
(cherry picked from commit 732d3ecc77ff47d0f58844fc5ef165eca0256a66)