[jira] [Updated] (ATLAS-2229) DSL changes to use V2 data structures and ANTLR

2017-12-10 Thread Ashutosh Mestry (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Mestry updated ATLAS-2229: --- Attachment: ATLAS-2229-3.patch > DSL changes to use V2 data structures and ANTLR > ---

[jira] [Updated] (ATLAS-2229) DSL changes to use V2 data structures and ANTLR

2017-12-10 Thread Ashutosh Mestry (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Mestry updated ATLAS-2229: --- Attachment: (was: ATLAS-2229-Antlr-DSL-Implementation.patch) > DSL changes to use V2 data

Re: Review Request 64476: DSL Implementation using Antlr

2017-12-10 Thread Ashutosh Mestry
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64476/ --- (Updated Dec. 11, 2017, 6:51 a.m.) Review request for atlas, Apoorv Naik, Madha

[jira] [Created] (ATLAS-2307) UI : Basic search enhancement to optionally exclude sub-type entities and sub-classification-types

2017-12-10 Thread Keval Bhatt (JIRA)
Keval Bhatt created ATLAS-2307: -- Summary: UI : Basic search enhancement to optionally exclude sub-type entities and sub-classification-types Key: ATLAS-2307 URL: https://issues.apache.org/jira/browse/ATLAS-2307

[jira] [Updated] (ATLAS-2229) DSL changes to use V2 data structures and ANTLR

2017-12-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2229: --- Summary: DSL changes to use V2 data structures and ANTLR (was: DSL changes to use V2 data structures)

[jira] [Updated] (ATLAS-2229) DSL changes to use V2 data structures and ANTLR

2017-12-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2229: --- Description: With scala dependencies gone, the DSL parsing/processing can be done using ANTLR v4. Thi

Re: Review Request 64476: DSL Implementation using Antlr

2017-12-10 Thread Apoorv Naik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64476/#review193373 --- I've updated the grammar with the suggested WS changes WS: <> ->

Re: Apache Atlas 1.0.0-alpha release

2017-12-10 Thread Nixon Rodrigues
Thanks Madhan for heads-up about the upcoming release. My +1 for the release Regards, Nixon On Mon, Dec 11, 2017 at 11:00 AM, Madhan Neethiraj wrote: > Atlas community, > > > > A number of improvements and fixes have gone into master branch since > branching for Apache Atlas 0.8.x releases ear

Apache Atlas 1.0.0-alpha release

2017-12-10 Thread Madhan Neethiraj
Atlas community, A number of improvements and fixes have gone into master branch since branching for Apache Atlas 0.8.x releases earlier this year. I propose we do an alpha release in next few weeks; this will enable applications that integrate with Apache Atlas to review the changes and upd

Re: Review Request 64476: DSL Implementation using Antlr

2017-12-10 Thread Ashutosh Mestry
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64476/ --- (Updated Dec. 10, 2017, 9:09 p.m.) Review request for atlas, Apoorv Naik, Madha

Re: Review Request 64476: DSL Implementation using Antlr

2017-12-10 Thread Ashutosh Mestry
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64476/ --- (Updated Dec. 10, 2017, 9:07 p.m.) Review request for atlas, Apoorv Naik, Madha

Re: Review Request 64476: DSL Implementation using Antlr

2017-12-10 Thread Apoorv Naik
> On Dec. 10, 2017, 1:47 a.m., Madhan Neethiraj wrote: > > repository/src/main/java/org/apache/atlas/query/Atlas.g4 > > Lines 24 (patched) > > > > > > Is it necessary to mention WHITESPACE in the rules? Removal of ex

Re: Review Request 64476: DSL Implementation using Antlr

2017-12-10 Thread Apoorv Naik
> On Dec. 10, 2017, 10:41 a.m., David Radley wrote: > > repository/src/main/java/org/apache/atlas/query/Atlas.g4 > > Lines 262 (patched) > > > > > > Did you decide you did not want to use something like 'WS: [ \n\t\r

Re: Review Request 64476: DSL Implementation using Antlr

2017-12-10 Thread Ashutosh Mestry
> On Dec. 10, 2017, 1:47 a.m., Madhan Neethiraj wrote: > > DSL implementation works for most cases. Looks like the implementation > > doesn't yet handle min(), max(), sum(), count(). I suggest to handle these > > in a subsequent patch. Please go through review comments so far and update. Indee

Re: Review Request 64476: DSL Implementation using Antlr

2017-12-10 Thread David Radley
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64476/#review193347 --- repository/src/main/java/org/apache/atlas/query/Atlas.g4 Lines 21