You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Chiyang Wan (Jira)" <ji...@apache.org> on 2021/02/04 03:24:00 UTC

[jira] [Created] (HAWQ-1782) Failed to Read from EXTERNaL TALBE of GPFDIST

Chiyang Wan created HAWQ-1782:
---------------------------------

             Summary: Failed to Read from EXTERNaL TALBE of GPFDIST
                 Key: HAWQ-1782
                 URL: https://issues.apache.org/jira/browse/HAWQ-1782
             Project: Apache HAWQ
          Issue Type: Bug
          Components: External Tables
            Reporter: Chiyang Wan
            Assignee: Ruilong Huo


TestErrorTable.TestErrorTableAll failed with
{code:java}
lib/sql_util.cpp:182: Failure
Expected equality of these values:
  0
  conn->getLastStatus()
    Which is: 1
CREATE EXTERNAL WEB TABLE gpfdist_status (x text) execute E'( python /usr/local/hawq//bin/lib/gppinggpfdist.py localhost:7070 2>&1 || echo) ' on SEGMENT 0 FORMAT 'text' (delimiter '|'); ERROR:  the ON segment syntax for writable external tables is deprecated
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)