提交 5fd241cb 编写于 作者: D Dhanashree Kashid 提交者: Omer Arap

[#135859893] Adding test cases for optimizer_large_table_broadcast

Signed-off-by: NOmer Arap <oarap@pivotal.io>
上级 302b6d02
此差异已折叠。
......@@ -1199,7 +1199,8 @@ CCostModelGPDB::CostMotion
if(dRowsOuter > ulBroadcastThreshold)
{
costLocal = CCost(100000000000000);
DOUBLE ulPenalizationFactor = 100000000000000.0;
costLocal = CCost(ulPenalizationFactor);
}
}
......
......@@ -40,6 +40,7 @@ ULONG CICGTest::m_ulNegativeIndexApplyTestCounter = 0;
// minidump files
const CHAR *rgszFileNames[] =
{
"../data/dxl/minidump/DisableLargeTableBroadcast.mdp",
"../data/dxl/minidump/InferPredicatesForLimit.mdp",
"../data/dxl/minidump/OR-WithIsNullPred.mdp",
"../data/dxl/minidump/ScSubqueryWithOuterRef.mdp",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册