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/35aee43c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/35aee43c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/35aee43c

Branch: refs/heads/HAWQ-546
Commit: 35aee43cd86e4e94b83feae57b04e738e67ae75e
Parents: d89173e
Author: Venkatesh Raghavan <vragha...@pivotal.io>
Authored: Thu Mar 10 18:47:35 2016 -0800
Committer: Oleksandr Diachenko <odiache...@pivotal.io>
Committed: Wed Mar 30 17:23:25 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/35aee43c/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;

Reply via email to