You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-641 This commit disables length estimation for DECIMALs.
This commit is contained in:
@@ -638,7 +638,7 @@ int64_t GroupConcator::lengthEstimate(const rowgroup::Row& row)
|
||||
case CalpontSystemCatalog::DECIMAL:
|
||||
case CalpontSystemCatalog::UDECIMAL:
|
||||
{
|
||||
fieldLen += row.getPrecision(*i)/2;
|
||||
fieldLen += 1;
|
||||
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user