-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64721/
-----------------------------------------------------------
Review request for atlas, Apoorv Naik, Madhan Neethiraj, and Sarath Subramanian.
Bugs: ATLAS-2229
https://issues.apache.org/jira/browse/ATLAS-2229
Repository: atlas
Description
-------
**Background**
This implementation builds on top of the earlier Antlr-based DSL implementation.
**Scope**
Includes:
- New framework.
- Operators.
- Enhancements to _select_ clause.
- V1 REST APIs now integrated to call this implementation.
- Unit test suite.
Diffs
-----
intg/src/main/java/org/apache/atlas/model/discovery/SearchParameters.java
b816e805
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java
cbc08b8c
repository/src/main/java/org/apache/atlas/query/DSLVisitor.java a2c6b983
repository/src/main/java/org/apache/atlas/query/IdentifierHelper.java
PRE-CREATION
repository/src/main/java/org/apache/atlas/query/Lookup.java PRE-CREATION
repository/src/main/java/org/apache/atlas/query/QueryProcessor.java 60480a10
repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLLexer.java
85f8d61f
repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.g4
bf6b7e30
repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.java
73627a3f
repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParserBaseVisitor.java
4495f779
repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParserVisitor.java
4985f8a1
repository/src/test/java/org/apache/atlas/query/BasicTestSetup.java 2aecf2b4
repository/src/test/java/org/apache/atlas/query/DSLQueriesTest.java a794a2ae
repository/src/test/java/org/apache/atlas/query/QueryProcessorTest.java
d1a3d108
webapp/src/main/java/org/apache/atlas/web/resources/MetadataDiscoveryResource.java
0ac4ad56
Diff: https://reviews.apache.org/r/64721/diff/1/
Testing
-------
**Unit tests**
- Added 213 suite of tests that exercise the implementation.
- Updated _QueryProcessTest_ to include additional scenarios.
**Functional tests**
- Verified scenarios from UI.
Thanks,
Ashutosh Mestry