You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by "Pratheesh Nair (JIRA)" <ji...@apache.org> on 2016/11/11 17:57:59 UTC

[jira] [Created] (HAWQ-1154) ERROR: Cannot support create protocol statement yet

Pratheesh Nair created HAWQ-1154:
------------------------------------

             Summary: ERROR:  Cannot support create protocol statement yet
                 Key: HAWQ-1154
                 URL: https://issues.apache.org/jira/browse/HAWQ-1154
             Project: Apache HAWQ
          Issue Type: Bug
            Reporter: Pratheesh Nair
            Assignee: Lei Chang


Hawq doesn't support creating custom protocols .

Example : 

CREATE TRUSTED PROTOCOL myprot(
writefunc='mywrite',
readfunc='myread', 
validatorfunc='myvalidate');

ERROR:  Cannot support create protocol statement yet



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