Sharmadha Sainath created ATLAS-1639:
----------------------------------------
Summary: V1 DSL Query not working in V2.
Key: ATLAS-1639
URL: https://issues.apache.org/jira/browse/ATLAS-1639
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Sharmadha Sainath
Priority: Blocker
Query :
{code}
hive_table as t where name="table_1"
{code}
V1 API below gives correct results
{code}
http://localhost:21000/api/atlas/discovery/search/dsl?limit=25&query=hive_table+as+t+where+name%3D%22table_1%22+select+t
{code}
same query in V2 API throws 500 internal server error with invalid query
expression notification.
{code}
http://localhost:21000/api/atlas/v2/search/dsl?limit=25&query=hive_table+as+t+where+name%3D%22table_1%22+select+t
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)