1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

MCOL-523 merge conflict

This commit is contained in:
David Hall
2017-08-02 12:17:21 -05:00
parent 9c302b15ec
commit 211cde5b05

View File

@@ -4003,7 +4003,7 @@ void TupleAggregateStep::prep2PhasesDistinctAggregate(
keysAggDist.push_back(keysAggUm[j]); // Dummy?
scaleAggDist.push_back(0);
precisionAggDist.push_back(0);
typeAggDist.push_back(CalpontSystemCatalog::VARBINARY);
typeAggDist.push_back(CalpontSystemCatalog::BIGINT);
widthAggDist.push_back(udafFuncCol->fUDAFContext.getUserDataSize()+2);
continue;
}