You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-392 Fix cpimport and >8bit positive hour
This commit is contained in:
@ -161,7 +161,8 @@ const char ColDataTypeStr[execplan::CalpontSystemCatalog::NUM_OF_COL_DATA_TYPE]
|
||||
"unsigned-float",
|
||||
"unsigned-bigint",
|
||||
"unsigned-double",
|
||||
"text"
|
||||
"text",
|
||||
"time"
|
||||
};
|
||||
|
||||
enum FuncType { FUNC_WRITE_ENGINE, FUNC_INDEX, FUNC_DICTIONARY };
|
||||
|
Reference in New Issue
Block a user