Comment 27 for bug 1774364

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

Reviewed: https://review.opencontrail.org/44977
Committed: http://github.com/Juniper/contrail-analytics/commit/a666e73204f39253ae6e0e4e884eac2d6da7424b
Submitter: Zuul v3 CI (<email address hidden>)
Branch: R5.0

commit a666e73204f39253ae6e0e4e884eac2d6da7424b
Author: mkheni <email address hidden>
Date: Thu Jul 26 14:55:14 2018 -0700

Fix <field>=* prifix queries in QueryEngine

Sometimes <field>=* prefix queries translate to <field> LIKE '%'
where condition in cassandra. Cassandra doesn't allow such where
clauses and returns error. If QE receives such where clause, ignore
it as it effectively translate to no where condition.

Added systemless test to verify the behavior

Change-Id: I893d3036fd22ce399186f4cc67812de2fa46701c
Closes-bug: #1774364