Github user Librago commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1384#discussion_r208451740
--- Diff: src/include/utils/uri.h ---
@@ -41,6 +45,10 @@ typedef enum UriProtocol
#define PROTOCOL_GPFDIST "gpfdist://"
#define PROTOCOL_GPFDISTS "gpfdists://"
#define PROTOCOL_PXF "pxf://"
+#define PROTOCOL_HDFS "hdfs://"
+#define PROTOCOL_HBASE "hbase://"
+#define PROTOCOL_MAGMA "magma://"
--- End diff --
remove---
