[
https://issues.apache.org/jira/browse/ATLAS-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264643#comment-17264643
]
ASF subversion and git services commented on ATLAS-4099:
--------------------------------------------------------
Commit d27790dfdde09a58db15064bbdaf77d224f61ecc in atlas's branch
refs/heads/master from sidmishra
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=d27790d ]
ATLAS-4099: Removed trailing path separator from adls_gen2_directory
qualifiedName
Signed-off-by: Sarath Subramanian <[email protected]>
> adls_gen2_directory, Hive Hook : An extra "/" is seen in adls_gen2_directory
> created by Hook
> --------------------------------------------------------------------------------------------
>
> Key: ATLAS-4099
> URL: https://issues.apache.org/jira/browse/ATLAS-4099
> Project: Atlas
> Issue Type: Bug
> Reporter: Sidharth Kumar Mishra
> Assignee: Sidharth Kumar Mishra
> Priority: Major
> Attachments: ATLAS-4099-Removed-slash-from-adls_gen2_directory_2.patch
>
>
> For the query :
> {code:java}
> create external table ext_table(id int) location
> 'abfs://[email protected]/test51' {code}
> adls_gen2_directory created by Hook has QualifiedName :
> *abfs://container@storageaccount/test51/@cm*
> whereas , adls_gen2_directory created by Extractor has QualifiedName:
> *abfs://**container@storageaccount/test51**@cm*
> There is an extra "/" after storage account name which causes issue. Because
> of this , duplicate entities are created.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)