[
https://issues.apache.org/jira/browse/HAWQ-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193659#comment-15193659
]
ASF GitHub Bot commented on HAWQ-521:
-------------------------------------
GitHub user tom-meyer opened a pull request:
https://github.com/apache/incubator-hawq/pull/449
HAWQ-521. Fixing error message for exttab1 source file when optimizer…
… is turned off
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tom-meyer/incubator-hawq HAWQ-521
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/449.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #449
----
commit 44ad0dfc45ba23ad4b744bd62595f5e426d4a892
Author: Venkatesh Raghavan <[email protected]>
Date: 2016-03-11T02:47:35Z
HAWQ-521. Fixing error message for exttab1 source file when optimizer is
turned off
----
> external table test failure in installcheck-good with orca disabled
> -------------------------------------------------------------------
>
> Key: HAWQ-521
> URL: https://issues.apache.org/jira/browse/HAWQ-521
> Project: Apache HAWQ
> Issue Type: Bug
> Reporter: Tom Meyer
> Assignee: Lei Chang
>
> We are running installcheck-good against a hawq built without --enable-orca
> {noformat}
> *** ./expected/exttab1.out 2016-02-26 12:54:17.786833482 +0000
> --- ./results/exttab1.out 2016-02-26 12:54:17.866833482 +0000
> ***************
> *** 673,681 ****
> -- positive
> ---------------------------
> ----------------------------------------------------------------------
> - ERROR: ON clause may not be used with a writable external table
> ERROR: it is not possible to read from a WRITABLE external table.
> ERROR: location uri "gpfdist://localhost:7070/wet.out" appears more than
> once
> ERROR: the file protocol for external tables is deprecated
> HINT: Create the table as READABLE instead
> HINT: use the gpfdist protocol or COPY FROM instead
> --- 670,678 ----
> -- positive
> ---------------------------
> ----------------------------------------------------------------------
> ERROR: it is not possible to read from a WRITABLE external table.
> ERROR: location uri "gpfdist://localhost:7070/wet.out" appears more than
> once
> + ERROR: the ON segment syntax for writable external tables is deprecated
> ERROR: the file protocol for external tables is deprecated
> HINT: Create the table as READABLE instead
> HINT: use the gpfdist protocol or COPY FROM instead
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)