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

    https://github.com/apache/incubator-hawq/pull/279#discussion_r50160999
  
    --- Diff: src/backend/access/external/pxfutils.c ---
    @@ -47,6 +52,24 @@ void port_to_str(char **port, int new_port)
     }
     
     /*
    + * get_hdfs_location_from_filespace
    + *
    + * Get hdfs location from pg_filespace_entry
    + * The returned path needs to be pfreed by the caller.
    + */
    +void get_hdfs_location_from_filespace(char** path)
    +{
    +   Assert(NULL != path);
    +   Oid dtsoid = get_database_dts(MyDatabaseId);
    --- End diff --
    
    what is MyDatabaseId and Where is it set ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to