Skip to content

Commit 4245439

Browse files
fix
1 parent 5e7d70c commit 4245439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/gporca/libgpopt/src/xforms/CXformDynamicGet2ParallelAppendTableScan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ CXformDynamicGet2ParallelAppendTableScan::Exfp(CExpressionHandle &exprhdl) const
101101
{
102102
// If segfilecount is 0 or 1, parallel execution is pointless
103103
// Reject parallel scan early in promise phase
104-
GPOS_TRACE_FORMAT("CXformGet2ParallelTableScan rejected for table %ls: AO/AOCO table has segfilecount=%d (needs >1 for parallel scan)",
104+
GPOS_TRACE_FORMAT("CXformGet2ParallelAppendTableScan rejected for table %ls: AO/AOCO table has segfilecount=%d (needs >1 for parallel scan)",
105105
ptabdesc->Name().Pstr()->GetBuffer(), seg_file_count);
106106
return CXform::ExfpNone;
107107
}

0 commit comments

Comments
 (0)