[
https://issues.apache.org/jira/browse/ATLAS-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278394#comment-17278394
]
ASF subversion and git services commented on ATLAS-4112:
--------------------------------------------------------
Commit e873515f5c9bd4cbc6eda9609034779bcddaf3a4 in atlas's branch
refs/heads/master from Pinal
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=e873515 ]
ATLAS-4112 : Basic Search : Attribute search of QualifiedName beginswith
operator not returning results when the value ends with a digit+dot
Signed-off-by: Sarath Subramanian <[email protected]>
> Basic Search : Incorrect results when searching with value having special
> char and contains/beginsWith/endsWith operator
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: ATLAS-4112
> URL: https://issues.apache.org/jira/browse/ATLAS-4112
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 2.1.0
> Reporter: Pinal
> Assignee: Pinal
> Priority: Major
> Labels: BasicSearch
> Fix For: 3.0.0, 2.2.0
>
>
> *Problem:* While searching with wildcard search i.e contains, beginsWith,
> endsWith operator, which has special characters in search attribute value
> gives incorrect results
> *Example:* While searching qualifiedName beginsWith
> "default.datagen_table_sensitive_725_1."
> *Solution:* Remove quotes and wildcard '*' from query
> *Steps to reproduce:*
> 1. Create a hive_table with name ends with a digit:
> datagen_table_sensitive_725_1
> 2. Search By Type: hive_columns and select attribute filter: qualifiedName as
> "default.datagen_table_sensitive_725__1." shows no Records found_ but if
> qualifiedName is changed to "default.datagen_table_sensitive_725_1" _it shows
> results with qualifiedName of column
> "default.datagen_table_sensitive_725___1.col1@cm"_
--
This message was sent by Atlassian Jira
(v8.3.4#803005)