[
https://issues.apache.org/jira/browse/HAWQ-870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15670112#comment-15670112
]
Hongxu Ma commented on HAWQ-870:
--------------------------------
Test Ok.
But there is a small charge in partition.sql, the statement "appendonly=false"
of PARTITION statement:
+PARTITION BY RANGE(log_id)
+(
+ START (1::int) END (100::int) EVERY (5) WITH (appendonly=false),
+ PARTITION "Old" START (101::int) END (201::int) WITH (appendonly=false),
+ DEFAULT PARTITION other_log_ids WITH (statement)
+);
Since HAWQ do not support "appendonly=false" table, it should be remove the
appendonly statement.
So the rest of test make sense.
> Allocate target's tuple table slot in PortalHeapMemory during split partition
> -----------------------------------------------------------------------------
>
> Key: HAWQ-870
> URL: https://issues.apache.org/jira/browse/HAWQ-870
> Project: Apache HAWQ
> Issue Type: Bug
> Components: Query Execution
> Reporter: Venkatesh
> Assignee: Hongxu Ma
> Fix For: backlog
>
>
> This is a nice fix from QP team on GPDB. Please port this fix into HAWQ. Th
> GPDB Commit:
> https://github.com/greenplum-db/gpdb/commit/c0e1f00c2532d1e2ef8d3b409dc8fee901a7cfe2
> PR: https://github.com/greenplum-db/gpdb/pull/866
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)