Github user wengyanqing commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1351#discussion_r180626789
--- Diff: contrib/vexecutor/vexecutor.c ---
@@ -163,24 +165,35 @@ static PlanState* VExecInitNode(PlanState
*node,EState *eState,int eflags,Memory
case T_AppendOnlyScan:
case T_ParquetScan:
case T_TableScanState:
- START_MEMORY_ACCOUNT(curMemoryAccount);
+ //START_MEMORY_ACCOUNT(curMemoryAccount);
--- End diff --
Any reason that comment this code line ?---
