-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73122/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Jayendra Parab, Madhan Neethiraj,
Nixon Rodrigues, and Sarath Subramanian.
Bugs: ATLAS-4095
https://issues.apache.org/jira/browse/ATLAS-4095
Repository: atlas
Description
-------
**Issue:** With DSL search having 'isIncomplete' System attribute in where
clause, it returns empty results.
**Example:** "Table where __isIncomplete = false"
**Workaround:** Need to map boolean value to integer value before querying.
Also need to handle check for the presence of attribute.
Diffs
-----
repository/src/main/java/org/apache/atlas/query/GremlinQueryComposer.java
249381059
repository/src/main/java/org/apache/atlas/query/IdentifierHelper.java
7b03d118b
Diff: https://reviews.apache.org/r/73122/diff/1/
Testing
-------
Thanks,
Pinal Shah