Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16993 )
Change subject: IMPALA-10460: Impala should write normalized paths in Iceberg manifests ...................................................................... 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]> --- M be/src/exec/hdfs-table-sink.cc 1 file changed, 8 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/16993 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If5ecac78102ed35710dd70a18edc71f6e891e748 Gerrit-Change-Number: 16993 Gerrit-PatchSet: 4 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Gabor Kaszab <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
