Sailesh Mukil has uploaded a new change for review. http://gerrit.cloudera.org:8080/2958
Change subject: IMPALA-3472: hdfs-util-test failing on local FS ...................................................................... IMPALA-3472: hdfs-util-test failing on local FS Our GetFilesystemNameLength() function had a special case for locations starting with "file:". However, if a scheme had only one '/' in the scheme delimiter (i.e. ':/' vs '://'), we would return '0' as the length for that URI. This is exactly what one of our test cases in hdfs-util-test was doing. I think it's safe to say we will never get a scheme with only one following '/' for schemes other than "file:", so I've changed that testcase. Change-Id: I0f1232345c62db48575530785c79c0ffe77c2772 --- M be/src/util/hdfs-util-test.cc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/58/2958/1 -- To view, visit http://gerrit.cloudera.org:8080/2958 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0f1232345c62db48575530785c79c0ffe77c2772 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Sailesh Mukil <[email protected]>
