You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-4791 Fix ColumnCommand fudged data type format to clearly identify CHAR vs VARCHAR
This commit is contained in:
@ -62,7 +62,7 @@ public:
|
||||
{
|
||||
return filterCount;
|
||||
}
|
||||
const execplan::CalpontSystemCatalog::ColType& getColType()
|
||||
const execplan::ColumnCommandDataType & getColType()
|
||||
{
|
||||
return colType;
|
||||
}
|
||||
@ -110,7 +110,7 @@ protected:
|
||||
|
||||
// we only care about the width and type fields.
|
||||
//On the PM the rest is uninitialized
|
||||
execplan::CalpontSystemCatalog::ColType colType;
|
||||
execplan::ColumnCommandDataType colType;
|
||||
|
||||
private:
|
||||
ColumnCommand(const ColumnCommand&);
|
||||
|
Reference in New Issue
Block a user