Github user sansanichfb commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/821#discussion_r78096425
--- Diff:
pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/utilities/ColumnDescriptor.java
---
@@ -50,6 +51,21 @@ public ColumnDescriptor(String name, int typecode, int
index, String typename) {
gpdbColumnTypeName = typename;
gpdbColumnName = name;
gpdbColumnIndex = index;
+ isProjected = true;
+ }
+
+ /**
+ * Constructs a ColumnDescriptor.
+ *
+ * @param name column name
+ * @param typecode OID
+ * @param index column index
+ * @param typename type name
+ * @param isProj type boolean
--- End diff --
Could you add more informative comment about this parameter?
---
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.
---