提交 906609e8 编写于 作者: E Ekta Khanna 提交者: Heikki Linnakangas

Fixing tests for DQA with ROLLUP()

Post window function Postgres merge, queries with distinct qualified
aggs and ROLLUP were generating wrong results. This issue fixed by
disabling the guc gp_enable_groupext_distinct_pruning
Signed-off-by: NHaisheng Yuan <hyuan@pivotal.io>
上级 107d9c34
......@@ -904,7 +904,7 @@ struct config_bool ConfigureNamesBool_gp[] =
NULL,
},
&gp_enable_groupext_distinct_pruning,
true, NULL, NULL
false /* GPDB_84_MERGE_FIXME: Turn GUC back to true and fix the failing tests */, NULL, NULL
},
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册