-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21999/
-----------------------------------------------------------
Review request for Ambari, Mahadev Konar and Tom Beerbower.
Bugs: AMBARI-5922
https://issues.apache.org/jira/browse/AMBARI-5922
Repository: ambari
Description
-------
API should be able to process filter with predicates(<,>,=) for fields with
float values; For example field: metrics/load/load_one.
Currently the Greater than predicate will fail for values in between 0.0 and 1.0
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/predicate/ComparisonPredicate.java
e8102d6
ambari-server/src/test/java/org/apache/ambari/server/controller/predicate/GreaterPredicateTest.java
af79eff
Diff: https://reviews.apache.org/r/21999/diff/
Testing
-------
Thanks,
Sid Wagle