1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

MCOL-3356. code cleanup.

This commit is contained in:
Patrick LeBlanc
2020-03-19 15:31:50 -04:00
parent 17f1539f89
commit 163b4a5bb7
2 changed files with 0 additions and 10 deletions

View File

@@ -1946,7 +1946,6 @@ void TupleAggregateStep::prep1PhaseDistinctAggregate(
keysAgg.push_back(aggKey);
scaleAgg.push_back(0);
precisionAgg.push_back(-16); // for connector to skip null check
//typeAgg.push_back(CalpontSystemCatalog::BIGINT);
if (isUnsigned(typeProj[colProj]))
{

View File

@@ -1047,15 +1047,6 @@ RowGroup::RowGroup(uint32_t colCount,
useStringTable = (stringTable && hasLongStringField);
offsets = (useStringTable ? &stOffsets[0] : &oldOffsets[0]);
for (i = 0; i < columnCount; i++)
{
if (types[i] == CalpontSystemCatalog::BIGINT && colWidths[i] != 8)
{
cout << "WTF?" << endl;
}
}
}
RowGroup::RowGroup(const RowGroup& r) :