Zoltan Borok-Nagy has uploaded this change for review. ( 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 --- M be/src/exec/hdfs-table-sink.cc 1 file changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/93/16993/1 -- 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: newchange Gerrit-Change-Id: If5ecac78102ed35710dd70a18edc71f6e891e748 Gerrit-Change-Number: 16993 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
