-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40760/
-----------------------------------------------------------
(Updated Nov. 27, 2015, 11:16 a.m.)
Review request for Falcon.
Changes
-------
Added the required testcases for filterBy
Bugs: FALCON-1490
https://issues.apache.org/jira/browse/FALCON-1490
Repository: falcon-git
Description
-------
For entity list and summary, the OR is inconsistent within the field CLUSTER
and PIPELINES. Only the first value of these field is being considered for
filterBy rather than considering the OR.
for example, falcon entity -type process -list -filterBy
PIPELINES:lda,PIPELINES:cob
This will output the process with pipeline=lda. "PIPELINES:cob" is ignored.
This inconsistency will be fixed as part of this jira.
Diffs (updated)
-----
prism/src/main/java/org/apache/falcon/resource/AbstractEntityManager.java
16ef83a
prism/src/test/java/org/apache/falcon/resource/EntityManagerTest.java 5fabcf3
Diff: https://reviews.apache.org/r/40760/diff/
Testing
-------
Done.
Thanks,
Narayan Periwal