[
https://issues.apache.org/jira/browse/HAWQ-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15170331#comment-15170331
]
ASF GitHub Bot commented on HAWQ-404:
-------------------------------------
Github user vraghavan78 commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/392#discussion_r54327186
--- Diff: src/include/nodes/plannodes.h ---
@@ -1149,6 +1149,7 @@ typedef struct DML
AttrNumber actionColIdx; /* index of action column into the
target list */
AttrNumber ctidColIdx; /* index of ctid column into
the target list */
AttrNumber tupleoidColIdx; /* index of tuple oid column into the
target list */
+ bool needsSort; /* needs the data to be sorted
*/
--- End diff --
inputSorted
> Add sort during INSERT of append only row oriented partition tables
> -------------------------------------------------------------------
>
> Key: HAWQ-404
> URL: https://issues.apache.org/jira/browse/HAWQ-404
> Project: Apache HAWQ
> Issue Type: Improvement
> Reporter: Haisheng Yuan
> Assignee: Lei Chang
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)