Github user Librago commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1384#discussion_r208451688
  
    --- Diff: src/include/nodes/parsenodes.h ---
    @@ -1459,8 +1463,10 @@ typedef struct SharedStorageOpStmt
      */
     typedef enum ExtTableType
     {
    -   EXTTBL_TYPE_LOCATION,           /* table defined with LOCATION clause */
    -   EXTTBL_TYPE_EXECUTE                     /* table defined with EXECUTE 
clause */
    +    EXTTBL_TYPE_LOCATION, /* table defined with LOCATION clause */
    +    EXTTBL_TYPE_EXECUTE,  /* table defined with EXECUTE clause */
    +    EXTTBL_TYPE_MAGMA,    /* table defined with MAGMA */
    --- End diff --
    
    magma


---

Reply via email to