[jira] [Commented] (ATLAS-4225) Support for Chinese character in entity data.

2024-05-03 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843125#comment-17843125
 ] 

ASF subversion and git services commented on ATLAS-4225:


Commit 09d3f693d934fcae624651489d3e795043364f48 in atlas's branch 
refs/heads/branch-2.0 from chaitali.borole
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=09d3f693d ]

ATLAS-4225 : Support for Chinese character in Atlas entities

Signed-off-by: Pinal Shah 


> Support for Chinese character in entity data.
> -
>
> Key: ATLAS-4225
> URL: https://issues.apache.org/jira/browse/ATLAS-4225
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Mayank Jain
>Assignee: chaitali borole
>Priority: Major
> Attachments: ATLAS-4225-3.patch
>
>
> Currently we only allow English characters to be used to adding entity data 
> that is labels , Custom Attributes and Business-Metadata.
>  
> We need to support for Chinese and other languages as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ATLAS-4225) Support for Chinese character in entity data.

2024-05-03 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843124#comment-17843124
 ] 

ASF subversion and git services commented on ATLAS-4225:


Commit f46d1c47ecca48da9ca13578ea44ba4fe31ce57a in atlas's branch 
refs/heads/master from chaitali.borole
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=f46d1c47e ]

ATLAS-4225 : Support for Chinese character in Atlas entities

Signed-off-by: Pinal Shah 


> Support for Chinese character in entity data.
> -
>
> Key: ATLAS-4225
> URL: https://issues.apache.org/jira/browse/ATLAS-4225
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Mayank Jain
>Assignee: chaitali borole
>Priority: Major
> Attachments: ATLAS-4225-3.patch
>
>
> Currently we only allow English characters to be used to adding entity data 
> that is labels , Custom Attributes and Business-Metadata.
>  
> We need to support for Chinese and other languages as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ATLAS-4225) Support for Chinese character in entity data.

2024-04-27 Thread chaitali borole (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17841448#comment-17841448
 ] 

chaitali borole commented on ATLAS-4225:


In below case this above patch won't work :

Description field contains "THIS IS DESCRIPTION FIELD". Now, if we search for 
each word separately, i.e., (THIS, IS, DESCRIPTION, or FIELD), we will get the 
output. However, if we search for "THIS IS" or "DESCRIPTION FIELD", it will not 
work as the space acts as a delimiter here. So (THIS - 1st Token) (IS 2nd 
Token) and so on..

Similarly, in the case of CJK, "期日" each character is a token. So, if we search 
for "期", we will get the response or if we search for "日", we will get the 
response. However, if we search for "期日" together, we will not get an answer.

though this works as per design similar to English characters.

> Support for Chinese character in entity data.
> -
>
> Key: ATLAS-4225
> URL: https://issues.apache.org/jira/browse/ATLAS-4225
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Mayank Jain
>Assignee: chaitali borole
>Priority: Major
> Attachments: ATLAS-4225-3.patch
>
>
> Currently we only allow English characters to be used to adding entity data 
> that is labels , Custom Attributes and Business-Metadata.
>  
> We need to support for Chinese and other languages as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ATLAS-4225) Support for Chinese character in entity data.

2024-03-04 Thread chaitali borole (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823133#comment-17823133
 ] 

chaitali borole commented on ATLAS-4225:


creating a new RR with patch which is in sync with latest code.
https://reviews.apache.org/r/74925/




> Support for Chinese character in entity data.
> -
>
> Key: ATLAS-4225
> URL: https://issues.apache.org/jira/browse/ATLAS-4225
> Project: Atlas
>  Issue Type: New Feature
>Reporter: Mayank Jain
>Assignee: Mayank Jain
>Priority: Major
> Attachments: ATLAS-4225-3.patch
>
>
> Currently we only allow English characters to be used to adding entity data 
> that is labels , Custom Attributes and Business-Metadata.
>  
> We need to support for Chinese and other languages as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)