You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Kavinder Dhaliwal (JIRA)" <ji...@apache.org> on 2016/07/26 22:22:20 UTC

[jira] [Created] (HAWQ-954) Seg Fault when writing to External Table where ProjInfo is NULL

Kavinder Dhaliwal created HAWQ-954:
--------------------------------------

             Summary: Seg Fault when writing to External Table where ProjInfo is NULL
                 Key: HAWQ-954
                 URL: https://issues.apache.org/jira/browse/HAWQ-954
             Project: Apache HAWQ
          Issue Type: Bug
          Components: External Tables, PXF
            Reporter: Kavinder Dhaliwal
            Assignee: Goden Yao


HAWQ-927 introduced a regression where when adding headers to the http request to PXF the macro 

{code}
#define EXTPROTOCOL_GET_PROJINFO(fcinfo) (((ExtProtocolData*) fcinfo->context)->desc->projInfo
{code}

Is a NULL value and causes a SegFault. This bug has been observed mainly in external writable tables



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)