Repository: incubator-hawq Updated Branches: refs/heads/master 76dc63191 -> 203b2e093
HAWQ-521. Fixing error message for exttab1 source file when optimizer is turned off Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/203b2e09 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/203b2e09 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/203b2e09 Branch: refs/heads/master Commit: 203b2e093678a7fd4d092d1adf14e97117ab6aa8 Parents: 76dc631 Author: Venkatesh Raghavan <[email protected]> Authored: Thu Mar 10 18:47:35 2016 -0800 Committer: C.J. Jameson and Devadass Santhosh Sampath <[email protected]> Committed: Mon Mar 21 16:29:56 2016 -0700 ---------------------------------------------------------------------- src/test/regress/output/exttab1.source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/203b2e09/src/test/regress/output/exttab1.source ---------------------------------------------------------------------- diff --git a/src/test/regress/output/exttab1.source b/src/test/regress/output/exttab1.source index ec8ed3b..673bf47 100755 --- a/src/test/regress/output/exttab1.source +++ b/src/test/regress/output/exttab1.source @@ -671,7 +671,7 @@ HINT: use the gpfdist protocol or COPY FROM instead create writable external table wet_neg1(a text, b text) location('gpfdist://@hostname@:7070/wet.out', 'gpfdist://@hostname@:7070/wet.out') format 'text'; ERROR: location uri "gpfdist://@hostname@:7070/wet.out" appears more than once create writable external web table wet_pos5(a text, b text) execute 'some command' on segment 0 format 'text'; -ERROR: ON clause may not be used with a writable external table +ERROR: the ON segment syntax for writable external tables is deprecated -- -- SELECT from WET (negative) -- @@ -899,4 +899,4 @@ select * from gpfdist_status; -- end_ignore drop external table gpfdist_status; drop external table gpfdist_start; -drop external table gpfdist_stop; \ No newline at end of file +drop external table gpfdist_stop;
