[ 
https://issues.apache.org/jira/browse/IMPALA-10460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17276473#comment-17276473
 ] 

ASF subversion and git services commented on IMPALA-10460:
----------------------------------------------------------

Commit a81c6a78294d1da72b57ed90ec4e365de8c4e54b in impala's branch 
refs/heads/master from Zoltan Borok-Nagy
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=a81c6a7 ]

IMPALA-10460: Impala should write normalized paths in Iceberg manifests

Currently Impala writes double slashes in the paths of datafiles
for non-partitioned Iceberg tables. Unnormalized paths can cause
problems later.

This patch removes the redundant slashes.

Testing:
 * Tested manually by inspecting the manifest files of the
   Iceberg tables. Used both non-partitioned and partitioned tables.

Change-Id: If5ecac78102ed35710dd70a18edc71f6e891e748
Reviewed-on: http://gerrit.cloudera.org:8080/16993
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Impala should write normalized paths in Iceberg manifests
> ---------------------------------------------------------
>
>                 Key: IMPALA-10460
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10460
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>            Reporter: Zoltán Borók-Nagy
>            Assignee: Zoltán Borók-Nagy
>            Priority: Major
>              Labels: impala-iceberg
>
> Currently Impala writes double slashes in the paths of datafiles for 
> non-partitioned Iceberg tables, e.g.:
> {noformat}
> hdfs://localhost:20500/test-warehouse/ice_t/data//594828b035d480b7-9c9fd8eb00000000_173316607_data.0.parq{noformat}
> Paths should be normalized so they won't cause any problems later.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to