IMPALA-3634: Use $FILESYSTEM_PREFIX in alter-table-set-column-stats.test

Change-Id: If25305f5144b5bc88910f80f68180fbb7b22e40a
Reviewed-on: http://gerrit.cloudera.org:8080/3239
Reviewed-by: Thomas Tauber-Marshall <[email protected]>
Reviewed-by: Michael Ho <[email protected]>
Reviewed-by: Matthew Jacobs <[email protected]>
Tested-by: Internal Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/c76750a7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/c76750a7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/c76750a7

Branch: refs/heads/master
Commit: c76750a7537b44a46940728d47cf28f18c2bd23d
Parents: 06238ef
Author: Alex Behm <[email protected]>
Authored: Fri May 27 10:35:16 2016 -0700
Committer: Tim Armstrong <[email protected]>
Committed: Tue May 31 23:32:12 2016 -0700

----------------------------------------------------------------------
 .../queries/QueryTest/alter-table-set-column-stats.test            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/c76750a7/testdata/workloads/functional-query/queries/QueryTest/alter-table-set-column-stats.test
----------------------------------------------------------------------
diff --git 
a/testdata/workloads/functional-query/queries/QueryTest/alter-table-set-column-stats.test
 
b/testdata/workloads/functional-query/queries/QueryTest/alter-table-set-column-stats.test
index c3d07c2..fce3aa0 100644
--- 
a/testdata/workloads/functional-query/queries/QueryTest/alter-table-set-column-stats.test
+++ 
b/testdata/workloads/functional-query/queries/QueryTest/alter-table-set-column-stats.test
@@ -1,7 +1,7 @@
 ====
 ---- QUERY
 create external table alltypes_clone like functional_parquet.alltypes
-location '/test-warehouse/alltypes_parquet';
+location '$FILESYSTEM_PREFIX/test-warehouse/alltypes_parquet';
 alter table alltypes_clone recover partitions;
 ====
 ---- QUERY

Reply via email to