You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Pinal (Jira)" <ji...@apache.org> on 2021/06/22 17:01:00 UTC

[jira] [Created] (ATLAS-4341) Regression: DSL query with like operator and regex expression does not work

Pinal created ATLAS-4341:
----------------------------

             Summary: Regression: DSL query with like operator and regex expression does not work
                 Key: ATLAS-4341
                 URL: https://issues.apache.org/jira/browse/ATLAS-4341
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
            Reporter: Pinal
            Assignee: Pinal


hdfs_path having 5 entities with suffix 0 to 5


{code:java}
/api/atlas/v2/search/dsl?typeName=hdfs_path&query=name%20like%20%22hdfs_path_vzxtp_*%22{code}
Finds the result

But

 
{code:java}
/api/atlas/v2/search/dsl?typeName=hdfs_path&query=name like "hdfs_path_vzxtp_[0-9]"
{code}
Returns empty



--
This message was sent by Atlassian Jira
(v8.3.4#803005)