Sailesh Mukil has uploaded a new change for review. http://gerrit.cloudera.org:8080/3230
Change subject: IMPALA-3595 (follow-up): test_avro_stale_schema failure in localFS ...................................................................... IMPALA-3595 (follow-up): test_avro_stale_schema failure in localFS The reason this test fails in localFS is because when a table is created with a LOCATION that does not have the scheme specified, the default FS is used as the filesystem scheme. The default FS is set as 'file:/tmp' for localFS runs but the Hadoop library seems to ignore the '/tmp' part of the defaultFS for locations without schemes and just uses 'file:'. This is the first test we have that uses a location without FILESYSTEM_PREFIX and hence the failure. Change-Id: Ic41279f1fe532593c699abf17f6bd9c8192d6d91 --- M testdata/workloads/functional-query/queries/QueryTest/avro-stale-schema.test 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/30/3230/1 -- To view, visit http://gerrit.cloudera.org:8080/3230 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic41279f1fe532593c699abf17f6bd9c8192d6d91 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.6.0_5.8.0 Gerrit-Owner: Sailesh Mukil <[email protected]>
